Shades of Dark Turquoise #13C5D5
Tints of Dark Turquoise #13C5D5
RGB
CMYK
RGB Variations
Color information
#13C5D5 (or 0x13C5D5) is known color: Dark Turquoise. HEX triplet: 13, C5 and D5. RGB value is (19,197,213). Sum of RGB (Red+Green+Blue) = 19+197+213=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #13C5D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C5D5 is #EC3A2A. Grayscale: #919191. Windows color (decimal): -15481387 or 14009619. OLE color: 14009619.
HSL color Cylindrical-coordinate representation of color #13C5D5: hue angle of 184.95º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C5D5 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 197 | 213 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.16 |
| HSL | 184.95º | 0.84% | 0.45% | - |
| HSV(B) | 184.95º | 0.91% | 0.84% | - |
| XYZ | 32.25 | 44.88 | 69.91 | - |
| YUV | 145.6 | 166.03 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 213 | 0.91 | 0.08 | 0 | 0.16 | 184.95 | 0.84 | 0.45 |
| Hex | 13 | C5 | D5 | 5B | 8 | 0 | 10 | B9 | 54 | 2D |
| Octal | 23 | 305 | 325 | 133 | 10 | 0 | 20 | 271 | 124 | 55 |
| Binary | 10011 | 11000101 | 11010101 | 1011011 | 1000 | 0 | 10000 | 10111001 | 1010100 | 101101 |
Color Harmonies of #13C5D5
Complementary color
Monochromatic Colors of #13C5D5
Black with #13C5D5
Text Example
Text Example
White with #13C5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C5D5; }
p { color: rgb(19,197,213); }
H1.HeaderClassName
{
color: #13C5D5;
}
.AnyTagClassName
{
color: #13C5D5;
}
</style>
background-color css
<style>
a { background-color: #13C5D5; }
a { background-color: rgb(19,197,213); }
div.DivClassName
{
background-color: #13C5D5;
}
.BgClassName
{
background-color: #13C5D5;
}
</style>
border-color css
<style>
span { border-color: #13C5D5; }
span { border-color: rgb(19,197,213); }
td.TdClassName
{
border-color: #13C5D5;
}
.TagClassName
{
border-color: #13C5D5;
}
</style>