Shades of Turquoise Blue #66DED9
Tints of Turquoise Blue #66DED9
RGB
CMYK
RGB Variations
Color information
#66DED9 (or 0x66DED9) is known color: Turquoise Blue. HEX triplet: 66, DE and D9. RGB value is (102,222,217). Sum of RGB (Red+Green+Blue) = 102+222+217=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #66DED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DED9 is #992126. Grayscale: #B9B9B9. Windows color (decimal): -10035495 or 14278246. OLE color: 14278246.
HSL color Cylindrical-coordinate representation of color #66DED9: hue angle of 177.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DED9 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 217 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.13 |
| HSL | 177.5º | 0.65% | 0.64% | - |
| HSV(B) | 177.5º | 0.54% | 0.87% | - |
| XYZ | 44.13 | 60.08 | 74.92 | - |
| YUV | 185.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 217 | 0.54 | 0 | 0.02 | 0.13 | 177.5 | 0.65 | 0.64 |
| Hex | 66 | DE | D9 | 36 | 0 | 2 | D | B2 | 41 | 40 |
| Octal | 146 | 336 | 331 | 66 | 0 | 2 | 15 | 262 | 101 | 100 |
| Binary | 1100110 | 11011110 | 11011001 | 110110 | 0 | 10 | 1101 | 10110010 | 1000001 | 1000000 |
Color Harmonies of #66DED9
Complementary color
Monochromatic Colors of #66DED9
Black with #66DED9
Text Example
Text Example
White with #66DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DED9; }
p { color: rgb(102,222,217); }
H1.HeaderClassName
{
color: #66DED9;
}
.AnyTagClassName
{
color: #66DED9;
}
</style>
background-color css
<style>
a { background-color: #66DED9; }
a { background-color: rgb(102,222,217); }
div.DivClassName
{
background-color: #66DED9;
}
.BgClassName
{
background-color: #66DED9;
}
</style>
border-color css
<style>
span { border-color: #66DED9; }
span { border-color: rgb(102,222,217); }
td.TdClassName
{
border-color: #66DED9;
}
.TagClassName
{
border-color: #66DED9;
}
</style>