Shades of Dark Turquoise #17C4DB
Tints of Dark Turquoise #17C4DB
RGB
CMYK
RGB Variations
Color information
#17C4DB (or 0x17C4DB) is known color: Dark Turquoise. HEX triplet: 17, C4 and DB. RGB value is (23,196,219). Sum of RGB (Red+Green+Blue) = 23+196+219=438 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.25% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #17C4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C4DB is #E83B24. Grayscale: #929292. Windows color (decimal): -15219493 or 14402583. OLE color: 14402583.
HSL color Cylindrical-coordinate representation of color #17C4DB: hue angle of 187.04º 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 #17C4DB is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 196 | 219 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.14 |
| HSL | 187.04º | 0.81% | 0.47% | - |
| HSV(B) | 187.04º | 0.89% | 0.86% | - |
| XYZ | 32.88 | 44.78 | 73.93 | - |
| YUV | 146.9 | 168.69 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 196 | 219 | 0.89 | 0.11 | 0 | 0.14 | 187.04 | 0.81 | 0.47 |
| Hex | 17 | C4 | DB | 59 | B | 0 | E | BB | 51 | 2F |
| Octal | 27 | 304 | 333 | 131 | 13 | 0 | 16 | 273 | 121 | 57 |
| Binary | 10111 | 11000100 | 11011011 | 1011001 | 1011 | 0 | 1110 | 10111011 | 1010001 | 101111 |
Color Harmonies of #17C4DB
Complementary color
Monochromatic Colors of #17C4DB
Black with #17C4DB
Text Example
Text Example
White with #17C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C4DB; }
p { color: rgb(23,196,219); }
H1.HeaderClassName
{
color: #17C4DB;
}
.AnyTagClassName
{
color: #17C4DB;
}
</style>
background-color css
<style>
a { background-color: #17C4DB; }
a { background-color: rgb(23,196,219); }
div.DivClassName
{
background-color: #17C4DB;
}
.BgClassName
{
background-color: #17C4DB;
}
</style>
border-color css
<style>
span { border-color: #17C4DB; }
span { border-color: rgb(23,196,219); }
td.TdClassName
{
border-color: #17C4DB;
}
.TagClassName
{
border-color: #17C4DB;
}
</style>