Shades of Dark Turquoise #13C5D8
Tints of Dark Turquoise #13C5D8
RGB
CMYK
RGB Variations
Color information
#13C5D8 (or 0x13C5D8) is known color: Dark Turquoise. HEX triplet: 13, C5 and D8. RGB value is (19,197,216). Sum of RGB (Red+Green+Blue) = 19+197+216=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #13C5D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C5D8 is #EC3A27. Grayscale: #919191. Windows color (decimal): -15481384 or 14206227. OLE color: 14206227.
HSL color Cylindrical-coordinate representation of color #13C5D8: hue angle of 185.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C5D8 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 197 | 216 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.15 |
| HSL | 185.79º | 0.84% | 0.46% | - |
| HSV(B) | 185.79º | 0.91% | 0.85% | - |
| XYZ | 32.63 | 45.03 | 71.94 | - |
| YUV | 145.94 | 167.53 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 216 | 0.91 | 0.09 | 0 | 0.15 | 185.79 | 0.84 | 0.46 |
| Hex | 13 | C5 | D8 | 5B | 9 | 0 | F | BA | 54 | 2E |
| Octal | 23 | 305 | 330 | 133 | 11 | 0 | 17 | 272 | 124 | 56 |
| Binary | 10011 | 11000101 | 11011000 | 1011011 | 1001 | 0 | 1111 | 10111010 | 1010100 | 101110 |
Color Harmonies of #13C5D8
Complementary color
Monochromatic Colors of #13C5D8
Black with #13C5D8
Text Example
Text Example
White with #13C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C5D8; }
p { color: rgb(19,197,216); }
H1.HeaderClassName
{
color: #13C5D8;
}
.AnyTagClassName
{
color: #13C5D8;
}
</style>
background-color css
<style>
a { background-color: #13C5D8; }
a { background-color: rgb(19,197,216); }
div.DivClassName
{
background-color: #13C5D8;
}
.BgClassName
{
background-color: #13C5D8;
}
</style>
border-color css
<style>
span { border-color: #13C5D8; }
span { border-color: rgb(19,197,216); }
td.TdClassName
{
border-color: #13C5D8;
}
.TagClassName
{
border-color: #13C5D8;
}
</style>