Shades of Turquoise Blue #66D9D8
Tints of Turquoise Blue #66D9D8
RGB
CMYK
RGB Variations
Color information
#66D9D8 (or 0x66D9D8) is known color: Turquoise Blue. HEX triplet: 66, D9 and D8. RGB value is (102,217,216). Sum of RGB (Red+Green+Blue) = 102+217+216=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9D8 is #992627. Grayscale: #B6B6B6. Windows color (decimal): -10036776 or 14211430. OLE color: 14211430.
HSL color Cylindrical-coordinate representation of color #66D9D8: hue angle of 179.48º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9D8 is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 216 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.15 |
| HSL | 179.48º | 0.6% | 0.63% | - |
| HSV(B) | 179.48º | 0.53% | 0.85% | - |
| XYZ | 42.69 | 57.41 | 73.8 | - |
| YUV | 182.5 | 146.9 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 216 | 0.53 | 0 | 0.00 | 0.15 | 179.48 | 0.6 | 0.63 |
| Hex | 66 | D9 | D8 | 35 | 0 | 0 | F | B3 | 3C | 3F |
| Octal | 146 | 331 | 330 | 65 | 0 | 0 | 17 | 263 | 74 | 77 |
| Binary | 1100110 | 11011001 | 11011000 | 110101 | 0 | 0 | 1111 | 10110011 | 111100 | 111111 |
Color Harmonies of #66D9D8
Complementary color
Monochromatic Colors of #66D9D8
Black with #66D9D8
Text Example
Text Example
White with #66D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D9D8; }
p { color: rgb(102,217,216); }
H1.HeaderClassName
{
color: #66D9D8;
}
.AnyTagClassName
{
color: #66D9D8;
}
</style>
background-color css
<style>
a { background-color: #66D9D8; }
a { background-color: rgb(102,217,216); }
div.DivClassName
{
background-color: #66D9D8;
}
.BgClassName
{
background-color: #66D9D8;
}
</style>
border-color css
<style>
span { border-color: #66D9D8; }
span { border-color: rgb(102,217,216); }
td.TdClassName
{
border-color: #66D9D8;
}
.TagClassName
{
border-color: #66D9D8;
}
</style>