#66ECD6

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

Shades of Turquoise Blue #66ECD6

Tints of Turquoise Blue #66ECD6

Color information

#66ECD6 (or 0x66ECD6) is unknown color: approx Turquoise Blue. HEX triplet: 66, EC and D6. RGB value is (102,236,214). Sum of RGB (Red+Green+Blue) = 102+236+214=552 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.48% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECD6 is #991329. Grayscale: #C1C1C1. Windows color (decimal): -10031914 or 14085222. OLE color: 14085222.

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

Color convert

RGB102236214-
CMYK0.5700.090.07
HSL170.15º77.91%66.27%-
HSV(B)170.15º56.78%92.55%-
XYZ47.6167.6774.17-
YUV193.43139.6162.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.48%
GREEN value IS 236 (92.58% from 255) = 42.75%
BLUE value IS 214 (83.98% from 255) = 38.77%
R=18.48%
G=42.75%
B=38.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022362140.5700.090.07170.1577.9166.27
Hex66ECD639097aa4e42
Octal146354326710117252116102
Binary11001101110110011010110111001010011111010101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,236,214); }

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

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

 a { background-color: rgb(102,236,214); }

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

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

 span { border-color: rgb(102,236,214); }

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