#66EEE9

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

Shades of Turquoise Blue #66EEE9

Tints of Turquoise Blue #66EEE9

Color information

#66EEE9 (or 0x66EEE9) is unknown color: approx Turquoise Blue. HEX triplet: 66, EE and E9. RGB value is (102,238,233). Sum of RGB (Red+Green+Blue) = 102+238+233=573 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.80% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #66EEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EEE9 is #991116. Grayscale: #C4C4C4. Windows color (decimal): -10031383 or 15330918. OLE color: 15330918.

HSL color Cylindrical-coordinate representation of color #66EEE9: hue angle of 177.79º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EEE9 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB102238233-
CMYK0.5700.020.07
HSL177.79º80%66.67%-
HSV(B)177.79º57.14%93.33%-
XYZ50.7669.8687.9-
YUV196.77148.4460.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.80%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 233 (91.41% from 255) = 40.66%
R=17.80%
G=41.54%
B=40.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022382330.5700.020.07177.798066.67
Hex66EEE939027b25043
Octal14635635171027262120103
Binary110011011101110111010011110010101111011001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66EEE9; }

 p { color: rgb(102,238,233); }

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

<style>
 a { background-color: #66EEE9; }

 a { background-color: rgb(102,238,233); }

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

<style>
 span { border-color: #66EEE9; }

 span { border-color: rgb(102,238,233); }

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