#6ee8e3

Color #6EE8E3 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6EE8E3

Tints of Turquoise Blue #6EE8E3

Color information

#6EE8E3 (or 0x6EE8E3) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E8 and E3. RGB value is (110,232,227). Sum of RGB (Red+Green+Blue) = 110+232+227=569 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.33% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 232 - color contains mainly: green. Hex color #6EE8E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE8E3 is #91171C. Grayscale: #C2C2C2. Windows color (decimal): -9508637 or 14936174. OLE color: 14936174.

HSL color Cylindrical-coordinate representation of color #6EE8E3: hue angle of 177.54º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EE8E3 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB110232227-
CMYK0.5300.020.09
HSL177.54º72.62%67.06%-
HSV(B)177.54º52.59%90.98%-
XYZ49.1566.5782.93-
YUV194.95146.0867.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 19.33%
GREEN value IS 232 (91.02% from 255) = 40.77%
BLUE value IS 227 (89.06% from 255) = 39.89%
R=19.33%
G=40.77%
B=39.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1102322270.5300.020.09177.5472.6267.06
Hex6EE8E335029b24943
Octal156350343650211262111103
Binary1101110111010001110001111010101010011011001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ee8e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ee8e3; }

 p { color: rgb(110,232,227); }

 H1.HeaderClassName
 {
   color: #6ee8e3;
 }
 .AnyTagClassName
 {
   color: #6ee8e3;
 }
</style>
background-color css

<style>
 a { background-color: #6ee8e3; }

 a { background-color: rgb(110,232,227); }

 div.DivClassName
 {
   background-color: #6ee8e3;
 }
 .BgClassName
 {
   background-color: #6ee8e3;
 }
</style>
border-color css

<style>
 span { border-color: #6ee8e3; }

 span { border-color: rgb(110,232,227); }

 td.TdClassName
 {
   border-color: #6ee8e3;
 }
 .TagClassName
 {
   border-color: #6ee8e3;
 }
</style>