Shades of Dark Turquoise #17D5D6
Tints of Dark Turquoise #17D5D6
RGB
CMYK
RGB Variations
Color information
#17D5D6 (or 0x17D5D6) is known color: Dark Turquoise. HEX triplet: 17, D5 and D6. RGB value is (23,213,214). Sum of RGB (Red+Green+Blue) = 23+213+214=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #17D5D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D5D6 is #E82A29. Grayscale: #9C9C9C. Windows color (decimal): -15215146 or 14079255. OLE color: 14079255.
HSL color Cylindrical-coordinate representation of color #17D5D6: hue angle of 180.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D5D6 is Cyan = 0.89, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 213 | 214 | - |
| CMYK | 0.89 | 0.00 | 0 | 0.16 |
| HSL | 180.31º | 0.81% | 0.46% | - |
| HSV(B) | 180.31º | 0.89% | 0.84% | - |
| XYZ | 36.29 | 52.63 | 71.86 | - |
| YUV | 156.3 | 160.55 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 213 | 214 | 0.89 | 0.00 | 0 | 0.16 | 180.31 | 0.81 | 0.46 |
| Hex | 17 | D5 | D6 | 59 | 0 | 0 | 10 | B4 | 51 | 2E |
| Octal | 27 | 325 | 326 | 131 | 0 | 0 | 20 | 264 | 121 | 56 |
| Binary | 10111 | 11010101 | 11010110 | 1011001 | 0 | 0 | 10000 | 10110100 | 1010001 | 101110 |
Color Harmonies of #17D5D6
Complementary color
Monochromatic Colors of #17D5D6
Black with #17D5D6
Text Example
Text Example
White with #17D5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D5D6; }
p { color: rgb(23,213,214); }
H1.HeaderClassName
{
color: #17D5D6;
}
.AnyTagClassName
{
color: #17D5D6;
}
</style>
background-color css
<style>
a { background-color: #17D5D6; }
a { background-color: rgb(23,213,214); }
div.DivClassName
{
background-color: #17D5D6;
}
.BgClassName
{
background-color: #17D5D6;
}
</style>
border-color css
<style>
span { border-color: #17D5D6; }
span { border-color: rgb(23,213,214); }
td.TdClassName
{
border-color: #17D5D6;
}
.TagClassName
{
border-color: #17D5D6;
}
</style>