#66E8DB

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

Shades of Turquoise Blue #66E8DB

Tints of Turquoise Blue #66E8DB

Color information

#66E8DB (or 0x66E8DB) is unknown color: approx Turquoise Blue. HEX triplet: 66, E8 and DB. RGB value is (102,232,219). Sum of RGB (Red+Green+Blue) = 102+232+219=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #66E8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E8DB is #991724. Grayscale: #BFBFBF. Windows color (decimal): -10032933 or 14411878. OLE color: 14411878.

HSL color Cylindrical-coordinate representation of color #66E8DB: hue angle of 174º 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 #66E8DB is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB102232219-
CMYK0.5600.060.09
HSL174º73.86%65.49%-
HSV(B)174º56.03%90.98%-
XYZ47.1265.6577.21-
YUV191.65143.4364.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.44%
GREEN value IS 232 (91.02% from 255) = 41.95%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=18.44%
G=41.95%
B=39.60%

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
Decimal1022322190.5600.060.0917473.8665.49
Hex66E8DB38069ae4a41
Octal146350333700611256112101
Binary11001101110100011011011111000011010011010111010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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