Shades of Dark Turquoise #13C5DB
Tints of Dark Turquoise #13C5DB
RGB
CMYK
RGB Variations
Color information
#13C5DB (or 0x13C5DB) is known color: Dark Turquoise. HEX triplet: 13, C5 and DB. RGB value is (19,197,219). Sum of RGB (Red+Green+Blue) = 19+197+219=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #13C5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C5DB is #EC3A24. Grayscale: #929292. Windows color (decimal): -15481381 or 14402835. OLE color: 14402835.
HSL color Cylindrical-coordinate representation of color #13C5DB: hue angle of 186.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C5DB is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 197 | 219 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.14 |
| HSL | 186.6º | 0.84% | 0.47% | - |
| HSV(B) | 186.6º | 0.91% | 0.86% | - |
| XYZ | 33.02 | 45.19 | 74 | - |
| YUV | 146.29 | 169.03 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 219 | 0.91 | 0.10 | 0 | 0.14 | 186.6 | 0.84 | 0.47 |
| Hex | 13 | C5 | DB | 5B | A | 0 | E | BB | 54 | 2F |
| Octal | 23 | 305 | 333 | 133 | 12 | 0 | 16 | 273 | 124 | 57 |
| Binary | 10011 | 11000101 | 11011011 | 1011011 | 1010 | 0 | 1110 | 10111011 | 1010100 | 101111 |
Color Harmonies of #13C5DB
Complementary color
Monochromatic Colors of #13C5DB
Black with #13C5DB
Text Example
Text Example
White with #13C5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C5DB; }
p { color: rgb(19,197,219); }
H1.HeaderClassName
{
color: #13C5DB;
}
.AnyTagClassName
{
color: #13C5DB;
}
</style>
background-color css
<style>
a { background-color: #13C5DB; }
a { background-color: rgb(19,197,219); }
div.DivClassName
{
background-color: #13C5DB;
}
.BgClassName
{
background-color: #13C5DB;
}
</style>
border-color css
<style>
span { border-color: #13C5DB; }
span { border-color: rgb(19,197,219); }
td.TdClassName
{
border-color: #13C5DB;
}
.TagClassName
{
border-color: #13C5DB;
}
</style>