#6EEAE4

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

Shades of Turquoise Blue #6EEAE4

Tints of Turquoise Blue #6EEAE4

Color information

#6EEAE4 (or 0x6EEAE4) is unknown color: approx Turquoise Blue. HEX triplet: 6E, EA and E4. RGB value is (110,234,228). Sum of RGB (Red+Green+Blue) = 110+234+228=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEAE4 is #91151B. Grayscale: #C4C4C4. Windows color (decimal): -9508124 or 15002222. OLE color: 15002222.

HSL color Cylindrical-coordinate representation of color #6EEAE4: hue angle of 177.1º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEAE4 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB110234228-
CMYK0.5300.030.08
HSL177.1º74.7%67.45%-
HSV(B)177.1º52.99%91.76%-
XYZ49.8667.7683.85-
YUV196.24145.9266.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.23%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 228 (89.45% from 255) = 39.86%
R=19.23%
G=40.91%
B=39.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102342280.5300.030.08177.174.767.45
Hex6EEAE435038b14b43
Octal156352344650310261113103
Binary1101110111010101110010011010101110001011000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,234,228); }

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

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

 a { background-color: rgb(110,234,228); }

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

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

 span { border-color: rgb(110,234,228); }

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