#66EFDC

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

Shades of Turquoise Blue #66EFDC

Tints of Turquoise Blue #66EFDC

Color information

#66EFDC (or 0x66EFDC) is unknown color: approx Turquoise Blue. HEX triplet: 66, EF and DC. RGB value is (102,239,220). Sum of RGB (Red+Green+Blue) = 102+239+220=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFDC is #991023. Grayscale: #C3C3C3. Windows color (decimal): -10031140 or 14479206. OLE color: 14479206.

HSL color Cylindrical-coordinate representation of color #66EFDC: hue angle of 171.68º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFDC is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB102239220-
CMYK0.5700.080.06
HSL171.68º81.07%66.86%-
HSV(B)171.68º57.32%93.73%-
XYZ49.2669.7378.57-
YUV195.87141.6161.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.18%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=18.18%
G=42.60%
B=39.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1022392200.5700.080.06171.6881.0766.86
Hex66EFDC39086ac5143
Octal146357334710106254121103
Binary11001101110111111011100111001010001101010110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,239,220); }

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

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

 a { background-color: rgb(102,239,220); }

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

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

 span { border-color: rgb(102,239,220); }

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