Shades of Turquoise Blue #66DBDD
Tints of Turquoise Blue #66DBDD
RGB
CMYK
RGB Variations
Color information
#66DBDD (or 0x66DBDD) is known color: Turquoise Blue. HEX triplet: 66, DB and DD. RGB value is (102,219,221). Sum of RGB (Red+Green+Blue) = 102+219+221=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #66DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBDD is #992422. Grayscale: #B8B8B8. Windows color (decimal): -10036259 or 14539622. OLE color: 14539622.
HSL color Cylindrical-coordinate representation of color #66DBDD: hue angle of 181.01º 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 #66DBDD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 219 | 221 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.13 |
| HSL | 181.01º | 0.64% | 0.63% | - |
| HSV(B) | 181.01º | 0.54% | 0.87% | - |
| XYZ | 43.86 | 58.71 | 77.43 | - |
| YUV | 184.25 | 148.74 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 221 | 0.54 | 0.01 | 0 | 0.13 | 181.01 | 0.64 | 0.63 |
| Hex | 66 | DB | DD | 36 | 1 | 0 | D | B5 | 40 | 3F |
| Octal | 146 | 333 | 335 | 66 | 1 | 0 | 15 | 265 | 100 | 77 |
| Binary | 1100110 | 11011011 | 11011101 | 110110 | 1 | 0 | 1101 | 10110101 | 1000000 | 111111 |
Color Harmonies of #66DBDD
Complementary color
Monochromatic Colors of #66DBDD
Black with #66DBDD
Text Example
Text Example
White with #66DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBDD; }
p { color: rgb(102,219,221); }
H1.HeaderClassName
{
color: #66DBDD;
}
.AnyTagClassName
{
color: #66DBDD;
}
</style>
background-color css
<style>
a { background-color: #66DBDD; }
a { background-color: rgb(102,219,221); }
div.DivClassName
{
background-color: #66DBDD;
}
.BgClassName
{
background-color: #66DBDD;
}
</style>
border-color css
<style>
span { border-color: #66DBDD; }
span { border-color: rgb(102,219,221); }
td.TdClassName
{
border-color: #66DBDD;
}
.TagClassName
{
border-color: #66DBDD;
}
</style>