Shades of Dark Turquoise #17D9CE
Tints of Dark Turquoise #17D9CE
RGB
CMYK
RGB Variations
Color information
#17D9CE (or 0x17D9CE) is known color: Dark Turquoise. HEX triplet: 17, D9 and CE. RGB value is (23,217,206). Sum of RGB (Red+Green+Blue) = 23+217+206=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #17D9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D9CE is #E82631. Grayscale: #9D9D9D. Windows color (decimal): -15214130 or 13555991. OLE color: 13555991.
HSL color Cylindrical-coordinate representation of color #17D9CE: hue angle of 176.6º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D9CE is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 217 | 206 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.15 |
| HSL | 176.6º | 0.81% | 0.47% | - |
| HSV(B) | 176.6º | 0.89% | 0.85% | - |
| XYZ | 36.31 | 54.26 | 66.95 | - |
| YUV | 157.74 | 155.23 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 217 | 206 | 0.89 | 0 | 0.05 | 0.15 | 176.6 | 0.81 | 0.47 |
| Hex | 17 | D9 | CE | 59 | 0 | 5 | F | B1 | 51 | 2F |
| Octal | 27 | 331 | 316 | 131 | 0 | 5 | 17 | 261 | 121 | 57 |
| Binary | 10111 | 11011001 | 11001110 | 1011001 | 0 | 101 | 1111 | 10110001 | 1010001 | 101111 |
Color Harmonies of #17D9CE
Complementary color
Monochromatic Colors of #17D9CE
Black with #17D9CE
Text Example
Text Example
White with #17D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D9CE; }
p { color: rgb(23,217,206); }
H1.HeaderClassName
{
color: #17D9CE;
}
.AnyTagClassName
{
color: #17D9CE;
}
</style>
background-color css
<style>
a { background-color: #17D9CE; }
a { background-color: rgb(23,217,206); }
div.DivClassName
{
background-color: #17D9CE;
}
.BgClassName
{
background-color: #17D9CE;
}
</style>
border-color css
<style>
span { border-color: #17D9CE; }
span { border-color: rgb(23,217,206); }
td.TdClassName
{
border-color: #17D9CE;
}
.TagClassName
{
border-color: #17D9CE;
}
</style>