#66E8D9

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

Shades of Turquoise Blue #66E8D9

Tints of Turquoise Blue #66E8D9

Color information

#66E8D9 (or 0x66E8D9) is unknown color: approx Turquoise Blue. HEX triplet: 66, E8 and D9. RGB value is (102,232,217). Sum of RGB (Red+Green+Blue) = 102+232+217=551 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.51% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #66E8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E8D9 is #991726. Grayscale: #BFBFBF. Windows color (decimal): -10032935 or 14280806. OLE color: 14280806.

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

Color convert

RGB102232217-
CMYK0.5600.060.09
HSL173.08º73.86%65.49%-
HSV(B)173.08º56.03%90.98%-
XYZ46.8665.5575.83-
YUV191.42142.4364.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.51%
GREEN value IS 232 (91.02% from 255) = 42.11%
BLUE value IS 217 (85.16% from 255) = 39.38%
R=18.51%
G=42.11%
B=39.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1022322170.5600.060.09173.0873.8665.49
Hex66E8D938069ad4a41
Octal146350331700611255112101
Binary11001101110100011011001111000011010011010110110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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