Shades of Dark Turquoise #17D1CE
Tints of Dark Turquoise #17D1CE
RGB
CMYK
RGB Variations
Color information
#17D1CE (or 0x17D1CE) is known color: Dark Turquoise. HEX triplet: 17, D1 and CE. RGB value is (23,209,206). Sum of RGB (Red+Green+Blue) = 23+209+206=438 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.25% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #17D1CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D1CE is #E82E31. Grayscale: #989898. Windows color (decimal): -15216178 or 13553943. OLE color: 13553943.
HSL color Cylindrical-coordinate representation of color #17D1CE: hue angle of 179.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D1CE is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 209 | 206 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.18 |
| HSL | 179.03º | 0.8% | 0.45% | - |
| HSV(B) | 179.03º | 0.89% | 0.82% | - |
| XYZ | 34.29 | 50.24 | 66.28 | - |
| YUV | 153.04 | 157.88 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 209 | 206 | 0.89 | 0 | 0.01 | 0.18 | 179.03 | 0.8 | 0.45 |
| Hex | 17 | D1 | CE | 59 | 0 | 1 | 12 | B3 | 50 | 2D |
| Octal | 27 | 321 | 316 | 131 | 0 | 1 | 22 | 263 | 120 | 55 |
| Binary | 10111 | 11010001 | 11001110 | 1011001 | 0 | 1 | 10010 | 10110011 | 1010000 | 101101 |
Color Harmonies of #17D1CE
Complementary color
Monochromatic Colors of #17D1CE
Black with #17D1CE
Text Example
Text Example
White with #17D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D1CE; }
p { color: rgb(23,209,206); }
H1.HeaderClassName
{
color: #17D1CE;
}
.AnyTagClassName
{
color: #17D1CE;
}
</style>
background-color css
<style>
a { background-color: #17D1CE; }
a { background-color: rgb(23,209,206); }
div.DivClassName
{
background-color: #17D1CE;
}
.BgClassName
{
background-color: #17D1CE;
}
</style>
border-color css
<style>
span { border-color: #17D1CE; }
span { border-color: rgb(23,209,206); }
td.TdClassName
{
border-color: #17D1CE;
}
.TagClassName
{
border-color: #17D1CE;
}
</style>