Shades of Turquoise Blue #66DBDC
Tints of Turquoise Blue #66DBDC
RGB
CMYK
RGB Variations
Color information
#66DBDC (or 0x66DBDC) is known color: Turquoise Blue. HEX triplet: 66, DB and DC. RGB value is (102,219,220). Sum of RGB (Red+Green+Blue) = 102+219+220=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #66DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBDC is #992423. Grayscale: #B8B8B8. Windows color (decimal): -10036260 or 14474086. OLE color: 14474086.
HSL color Cylindrical-coordinate representation of color #66DBDC: hue angle of 180.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DBDC is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 220 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.14 |
| HSL | 180.51º | 0.63% | 0.63% | - |
| HSV(B) | 180.51º | 0.54% | 0.86% | - |
| XYZ | 43.73 | 58.66 | 76.73 | - |
| YUV | 184.13 | 148.24 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 220 | 0.54 | 0.00 | 0 | 0.14 | 180.51 | 0.63 | 0.63 |
| Hex | 66 | DB | DC | 36 | 0 | 0 | E | B5 | 3F | 3F |
| Octal | 146 | 333 | 334 | 66 | 0 | 0 | 16 | 265 | 77 | 77 |
| Binary | 1100110 | 11011011 | 11011100 | 110110 | 0 | 0 | 1110 | 10110101 | 111111 | 111111 |
Color Harmonies of #66DBDC
Complementary color
Monochromatic Colors of #66DBDC
Black with #66DBDC
Text Example
Text Example
White with #66DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBDC; }
p { color: rgb(102,219,220); }
H1.HeaderClassName
{
color: #66DBDC;
}
.AnyTagClassName
{
color: #66DBDC;
}
</style>
background-color css
<style>
a { background-color: #66DBDC; }
a { background-color: rgb(102,219,220); }
div.DivClassName
{
background-color: #66DBDC;
}
.BgClassName
{
background-color: #66DBDC;
}
</style>
border-color css
<style>
span { border-color: #66DBDC; }
span { border-color: rgb(102,219,220); }
td.TdClassName
{
border-color: #66DBDC;
}
.TagClassName
{
border-color: #66DBDC;
}
</style>