#6EEAE8

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

Shades of Turquoise Blue #6EEAE8

Tints of Turquoise Blue #6EEAE8

Color information

#6EEAE8 (or 0x6EEAE8) is unknown color: approx Turquoise Blue. HEX triplet: 6E, EA and E8. RGB value is (110,234,232). Sum of RGB (Red+Green+Blue) = 110+234+232=576 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.10% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEAE8 is #911517. Grayscale: #C4C4C4. Windows color (decimal): -9508120 or 15264366. OLE color: 15264366.

HSL color Cylindrical-coordinate representation of color #6EEAE8: hue angle of 179.03º 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 #6EEAE8 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB110234232-
CMYK0.5300.010.08
HSL179.03º74.7%67.45%-
HSV(B)179.03º52.99%91.76%-
XYZ50.4267.9986.81-
YUV196.7147.9266.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.10%
GREEN value IS 234 (91.80% from 255) = 40.62%
BLUE value IS 232 (91.02% from 255) = 40.28%
R=19.10%
G=40.62%
B=40.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1102342320.5300.010.08179.0374.767.45
Hex6EEAE835018b34b43
Octal156352350650110263113103
Binary110111011101010111010001101010110001011001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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