Shades of Turquoise Blue #66CEEC
Tints of Turquoise Blue #66CEEC
RGB
CMYK
RGB Variations
Color information
#66CEEC (or 0x66CEEC) is known color: Turquoise Blue. HEX triplet: 66, CE and EC. RGB value is (102,206,236). Sum of RGB (Red+Green+Blue) = 102+206+236=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #66CEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CEEC is #993113. Grayscale: #B2B2B2. Windows color (decimal): -10039572 or 15519334. OLE color: 15519334.
HSL color Cylindrical-coordinate representation of color #66CEEC: hue angle of 193.43º 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 #66CEEC is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 206 | 236 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.07 |
| HSL | 193.43º | 0.78% | 0.66% | - |
| HSV(B) | 193.43º | 0.57% | 0.93% | - |
| XYZ | 42.69 | 53.02 | 87.34 | - |
| YUV | 178.32 | 160.54 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 236 | 0.57 | 0.13 | 0 | 0.07 | 193.43 | 0.78 | 0.66 |
| Hex | 66 | CE | EC | 39 | D | 0 | 7 | C1 | 4E | 42 |
| Octal | 146 | 316 | 354 | 71 | 15 | 0 | 7 | 301 | 116 | 102 |
| Binary | 1100110 | 11001110 | 11101100 | 111001 | 1101 | 0 | 111 | 11000001 | 1001110 | 1000010 |
Color Harmonies of #66CEEC
Complementary color
Monochromatic Colors of #66CEEC
Black with #66CEEC
Text Example
Text Example
White with #66CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEEC; }
p { color: rgb(102,206,236); }
H1.HeaderClassName
{
color: #66CEEC;
}
.AnyTagClassName
{
color: #66CEEC;
}
</style>
background-color css
<style>
a { background-color: #66CEEC; }
a { background-color: rgb(102,206,236); }
div.DivClassName
{
background-color: #66CEEC;
}
.BgClassName
{
background-color: #66CEEC;
}
</style>
border-color css
<style>
span { border-color: #66CEEC; }
span { border-color: rgb(102,206,236); }
td.TdClassName
{
border-color: #66CEEC;
}
.TagClassName
{
border-color: #66CEEC;
}
</style>