#66D9E9

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

Shades of Turquoise Blue #66D9E9

Tints of Turquoise Blue #66D9E9

Color information

#66D9E9 (or 0x66D9E9) is unknown color: approx Turquoise Blue. HEX triplet: 66, D9 and E9. RGB value is (102,217,233). Sum of RGB (Red+Green+Blue) = 102+217+233=552 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.48% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #66D9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D9E9 is #992616. Grayscale: #B8B8B8. Windows color (decimal): -10036759 or 15325542. OLE color: 15325542.

HSL color Cylindrical-coordinate representation of color #66D9E9: hue angle of 187.33º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66D9E9 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB102217233-
CMYK0.560.0700.09
HSL187.33º74.86%65.69%-
HSV(B)187.33º56.22%91.37%-
XYZ4558.3385.98-
YUV184.44155.469.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.48%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 233 (91.41% from 255) = 42.21%
R=18.48%
G=39.31%
B=42.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1022172330.560.0700.09187.3374.8665.69
Hex66D9E938709bb4b42
Octal146331351707011273113102
Binary11001101101100111101001111000111010011011101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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