Shades of Turquoise Blue #66D0DD
Tints of Turquoise Blue #66D0DD
RGB
CMYK
RGB Variations
Color information
#66D0DD (or 0x66D0DD) is known color: Turquoise Blue. HEX triplet: 66, D0 and DD. RGB value is (102,208,221). Sum of RGB (Red+Green+Blue) = 102+208+221=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #66D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0DD is #992F22. Grayscale: #B1B1B1. Windows color (decimal): -10039075 or 14536806. OLE color: 14536806.
HSL color Cylindrical-coordinate representation of color #66D0DD: hue angle of 186.55º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66D0DD is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 208 | 221 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.13 |
| HSL | 186.55º | 0.64% | 0.63% | - |
| HSV(B) | 186.55º | 0.54% | 0.87% | - |
| XYZ | 41.09 | 53.16 | 76.5 | - |
| YUV | 177.79 | 152.38 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 221 | 0.54 | 0.06 | 0 | 0.13 | 186.55 | 0.64 | 0.63 |
| Hex | 66 | D0 | DD | 36 | 6 | 0 | D | BB | 40 | 3F |
| Octal | 146 | 320 | 335 | 66 | 6 | 0 | 15 | 273 | 100 | 77 |
| Binary | 1100110 | 11010000 | 11011101 | 110110 | 110 | 0 | 1101 | 10111011 | 1000000 | 111111 |
Color Harmonies of #66D0DD
Complementary color
Monochromatic Colors of #66D0DD
Black with #66D0DD
Text Example
Text Example
White with #66D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0DD; }
p { color: rgb(102,208,221); }
H1.HeaderClassName
{
color: #66D0DD;
}
.AnyTagClassName
{
color: #66D0DD;
}
</style>
background-color css
<style>
a { background-color: #66D0DD; }
a { background-color: rgb(102,208,221); }
div.DivClassName
{
background-color: #66D0DD;
}
.BgClassName
{
background-color: #66D0DD;
}
</style>
border-color css
<style>
span { border-color: #66D0DD; }
span { border-color: rgb(102,208,221); }
td.TdClassName
{
border-color: #66D0DD;
}
.TagClassName
{
border-color: #66D0DD;
}
</style>