Shades of Turquoise Blue #66D0EC
Tints of Turquoise Blue #66D0EC
RGB
CMYK
RGB Variations
Color information
#66D0EC (or 0x66D0EC) is known color: Turquoise Blue. HEX triplet: 66, D0 and EC. RGB value is (102,208,236). Sum of RGB (Red+Green+Blue) = 102+208+236=546 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.68% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #66D0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D0EC is #992F13. Grayscale: #B3B3B3. Windows color (decimal): -10039060 or 15519846. OLE color: 15519846.
HSL color Cylindrical-coordinate representation of color #66D0EC: hue angle of 192.54º 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 #66D0EC is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 208 | 236 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.07 |
| HSL | 192.54º | 0.78% | 0.66% | - |
| HSV(B) | 192.54º | 0.57% | 0.93% | - |
| XYZ | 43.18 | 53.99 | 87.5 | - |
| YUV | 179.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 236 | 0.57 | 0.12 | 0 | 0.07 | 192.54 | 0.78 | 0.66 |
| Hex | 66 | D0 | EC | 39 | C | 0 | 7 | C1 | 4E | 42 |
| Octal | 146 | 320 | 354 | 71 | 14 | 0 | 7 | 301 | 116 | 102 |
| Binary | 1100110 | 11010000 | 11101100 | 111001 | 1100 | 0 | 111 | 11000001 | 1001110 | 1000010 |
Color Harmonies of #66D0EC
Complementary color
Monochromatic Colors of #66D0EC
Black with #66D0EC
Text Example
Text Example
White with #66D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0EC; }
p { color: rgb(102,208,236); }
H1.HeaderClassName
{
color: #66D0EC;
}
.AnyTagClassName
{
color: #66D0EC;
}
</style>
background-color css
<style>
a { background-color: #66D0EC; }
a { background-color: rgb(102,208,236); }
div.DivClassName
{
background-color: #66D0EC;
}
.BgClassName
{
background-color: #66D0EC;
}
</style>
border-color css
<style>
span { border-color: #66D0EC; }
span { border-color: rgb(102,208,236); }
td.TdClassName
{
border-color: #66D0EC;
}
.TagClassName
{
border-color: #66D0EC;
}
</style>