Shades of Dark Turquoise #17D7D0
Tints of Dark Turquoise #17D7D0
RGB
CMYK
RGB Variations
Color information
#17D7D0 (or 0x17D7D0) is known color: Dark Turquoise. HEX triplet: 17, D7 and D0. RGB value is (23,215,208). Sum of RGB (Red+Green+Blue) = 23+215+208=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #17D7D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17D7D0 is #E8282F. Grayscale: #9C9C9C. Windows color (decimal): -15214640 or 13686551. OLE color: 13686551.
HSL color Cylindrical-coordinate representation of color #17D7D0: hue angle of 177.81º 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 #17D7D0 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 215 | 208 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.16 |
| HSL | 177.81º | 0.81% | 0.47% | - |
| HSV(B) | 177.81º | 0.89% | 0.84% | - |
| XYZ | 36.04 | 53.34 | 68.07 | - |
| YUV | 156.79 | 156.89 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 215 | 208 | 0.89 | 0 | 0.03 | 0.16 | 177.81 | 0.81 | 0.47 |
| Hex | 17 | D7 | D0 | 59 | 0 | 3 | 10 | B2 | 51 | 2F |
| Octal | 27 | 327 | 320 | 131 | 0 | 3 | 20 | 262 | 121 | 57 |
| Binary | 10111 | 11010111 | 11010000 | 1011001 | 0 | 11 | 10000 | 10110010 | 1010001 | 101111 |
Color Harmonies of #17D7D0
Complementary color
Monochromatic Colors of #17D7D0
Black with #17D7D0
Text Example
Text Example
White with #17D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D7D0; }
p { color: rgb(23,215,208); }
H1.HeaderClassName
{
color: #17D7D0;
}
.AnyTagClassName
{
color: #17D7D0;
}
</style>
background-color css
<style>
a { background-color: #17D7D0; }
a { background-color: rgb(23,215,208); }
div.DivClassName
{
background-color: #17D7D0;
}
.BgClassName
{
background-color: #17D7D0;
}
</style>
border-color css
<style>
span { border-color: #17D7D0; }
span { border-color: rgb(23,215,208); }
td.TdClassName
{
border-color: #17D7D0;
}
.TagClassName
{
border-color: #17D7D0;
}
</style>