Shades of Dark Turquoise #13C5DC
Tints of Dark Turquoise #13C5DC
RGB
CMYK
RGB Variations
Color information
#13C5DC (or 0x13C5DC) is known color: Dark Turquoise. HEX triplet: 13, C5 and DC. RGB value is (19,197,220). Sum of RGB (Red+Green+Blue) = 19+197+220=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #13C5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C5DC is #EC3A23. Grayscale: #929292. Windows color (decimal): -15481380 or 14468371. OLE color: 14468371.
HSL color Cylindrical-coordinate representation of color #13C5DC: hue angle of 186.87º 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 #13C5DC is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 197 | 220 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.14 |
| HSL | 186.87º | 0.84% | 0.47% | - |
| HSV(B) | 186.87º | 0.91% | 0.86% | - |
| XYZ | 33.15 | 45.24 | 74.69 | - |
| YUV | 146.4 | 169.53 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 220 | 0.91 | 0.10 | 0 | 0.14 | 186.87 | 0.84 | 0.47 |
| Hex | 13 | C5 | DC | 5B | A | 0 | E | BB | 54 | 2F |
| Octal | 23 | 305 | 334 | 133 | 12 | 0 | 16 | 273 | 124 | 57 |
| Binary | 10011 | 11000101 | 11011100 | 1011011 | 1010 | 0 | 1110 | 10111011 | 1010100 | 101111 |
Color Harmonies of #13C5DC
Complementary color
Monochromatic Colors of #13C5DC
Black with #13C5DC
Text Example
Text Example
White with #13C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C5DC; }
p { color: rgb(19,197,220); }
H1.HeaderClassName
{
color: #13C5DC;
}
.AnyTagClassName
{
color: #13C5DC;
}
</style>
background-color css
<style>
a { background-color: #13C5DC; }
a { background-color: rgb(19,197,220); }
div.DivClassName
{
background-color: #13C5DC;
}
.BgClassName
{
background-color: #13C5DC;
}
</style>
border-color css
<style>
span { border-color: #13C5DC; }
span { border-color: rgb(19,197,220); }
td.TdClassName
{
border-color: #13C5DC;
}
.TagClassName
{
border-color: #13C5DC;
}
</style>