Shades of Dark Turquoise #17D7D1
Tints of Dark Turquoise #17D7D1
RGB
CMYK
RGB Variations
Color information
#17D7D1 (or 0x17D7D1) is known color: Dark Turquoise. HEX triplet: 17, D7 and D1. RGB value is (23,215,209). Sum of RGB (Red+Green+Blue) = 23+215+209=447 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.15% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #17D7D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D7D1 is #E8282E. Grayscale: #9C9C9C. Windows color (decimal): -15214639 or 13752087. OLE color: 13752087.
HSL color Cylindrical-coordinate representation of color #17D7D1: hue angle of 178.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17D7D1 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 215 | 209 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.16 |
| HSL | 178.13º | 0.81% | 0.47% | - |
| HSV(B) | 178.13º | 0.89% | 0.84% | - |
| XYZ | 36.16 | 53.39 | 68.72 | - |
| YUV | 156.91 | 157.39 | 32.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 215 | 209 | 0.89 | 0 | 0.03 | 0.16 | 178.13 | 0.81 | 0.47 |
| Hex | 17 | D7 | D1 | 59 | 0 | 3 | 10 | B2 | 51 | 2F |
| Octal | 27 | 327 | 321 | 131 | 0 | 3 | 20 | 262 | 121 | 57 |
| Binary | 10111 | 11010111 | 11010001 | 1011001 | 0 | 11 | 10000 | 10110010 | 1010001 | 101111 |
Color Harmonies of #17D7D1
Complementary color
Monochromatic Colors of #17D7D1
Black with #17D7D1
Text Example
Text Example
White with #17D7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D7D1; }
p { color: rgb(23,215,209); }
H1.HeaderClassName
{
color: #17D7D1;
}
.AnyTagClassName
{
color: #17D7D1;
}
</style>
background-color css
<style>
a { background-color: #17D7D1; }
a { background-color: rgb(23,215,209); }
div.DivClassName
{
background-color: #17D7D1;
}
.BgClassName
{
background-color: #17D7D1;
}
</style>
border-color css
<style>
span { border-color: #17D7D1; }
span { border-color: rgb(23,215,209); }
td.TdClassName
{
border-color: #17D7D1;
}
.TagClassName
{
border-color: #17D7D1;
}
</style>