#66e5de

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

Shades of Turquoise Blue #66E5DE

Tints of Turquoise Blue #66E5DE

Color information

#66E5DE (or 0x66E5DE) is unknown color: approx Turquoise Blue. HEX triplet: 66, E5 and DE. RGB value is (102,229,222). Sum of RGB (Red+Green+Blue) = 102+229+222=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E5DE is #991A21. Grayscale: #BEBEBE. Windows color (decimal): -10033698 or 14607718. OLE color: 14607718.

HSL color Cylindrical-coordinate representation of color #66E5DE: hue angle of 176.69º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E5DE is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB102229222-
CMYK0.5500.030.10
HSL176.69º70.95%64.9%-
HSV(B)176.69º55.46%89.8%-
XYZ46.6864.1479.03-
YUV190.23145.9265.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.44%
GREEN value IS 229 (89.84% from 255) = 41.41%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=18.44%
G=41.41%
B=40.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1022292220.5500.030.10176.6970.9564.9
Hex66E5DE3703Ab14741
Octal146345336670312261107101
Binary1100110111001011101111011011101110101011000110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66e5de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,229,222); }

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

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

 a { background-color: rgb(102,229,222); }

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

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

 span { border-color: rgb(102,229,222); }

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