Shades of Dark Turquoise #17C9DB
Tints of Dark Turquoise #17C9DB
RGB
CMYK
RGB Variations
Color information
#17C9DB (or 0x17C9DB) is known color: Dark Turquoise. HEX triplet: 17, C9 and DB. RGB value is (23,201,219). Sum of RGB (Red+Green+Blue) = 23+201+219=443 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.19% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #17C9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C9DB is #E83624. Grayscale: #959595. Windows color (decimal): -15218213 or 14403863. OLE color: 14403863.
HSL color Cylindrical-coordinate representation of color #17C9DB: hue angle of 185.51º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C9DB is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 23 | 201 | 219 | - |
CMYK | 0.89 | 0.08 | 0 | 0.14 |
HSL | 185.51º | 0.81% | 0.47% | - |
HSV(B) | 185.51º | 0.89% | 0.86% | - |
XYZ | 34.03 | 47.07 | 74.31 | - |
YUV | 149.83 | 167.03 | 37.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 23 | 201 | 219 | 0.89 | 0.08 | 0 | 0.14 | 185.51 | 0.81 | 0.47 |
Hex | 17 | C9 | DB | 59 | 8 | 0 | E | BA | 51 | 2F |
Octal | 27 | 311 | 333 | 131 | 10 | 0 | 16 | 272 | 121 | 57 |
Binary | 10111 | 11001001 | 11011011 | 1011001 | 1000 | 0 | 1110 | 10111010 | 1010001 | 101111 |
Color Harmonies of #17C9DB
Complementary color
Monochromatic Colors of #17C9DB
Black with #17C9DB
Text Example
Text Example
White with #17C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C9DB; }
p { color: rgb(23,201,219); }
H1.HeaderClassName
{
color: #17C9DB;
}
.AnyTagClassName
{
color: #17C9DB;
}
</style>
background-color css
<style>
a { background-color: #17C9DB; }
a { background-color: rgb(23,201,219); }
div.DivClassName
{
background-color: #17C9DB;
}
.BgClassName
{
background-color: #17C9DB;
}
</style>
border-color css
<style>
span { border-color: #17C9DB; }
span { border-color: rgb(23,201,219); }
td.TdClassName
{
border-color: #17C9DB;
}
.TagClassName
{
border-color: #17C9DB;
}
</style>