Shades of Dark Turquoise #13C2DC
Tints of Dark Turquoise #13C2DC
RGB
CMYK
RGB Variations
Color information
#13C2DC (or 0x13C2DC) is known color: Dark Turquoise. HEX triplet: 13, C2 and DC. RGB value is (19,194,220). Sum of RGB (Red+Green+Blue) = 19+194+220=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #13C2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2DC is #EC3D23. Grayscale: #909090. Windows color (decimal): -15482148 or 14467603. OLE color: 14467603.
HSL color Cylindrical-coordinate representation of color #13C2DC: hue angle of 187.76º 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 #13C2DC is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 194 | 220 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.14 |
| HSL | 187.76º | 0.84% | 0.47% | - |
| HSV(B) | 187.76º | 0.91% | 0.86% | - |
| XYZ | 32.48 | 43.89 | 74.47 | - |
| YUV | 144.64 | 170.52 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 220 | 0.91 | 0.12 | 0 | 0.14 | 187.76 | 0.84 | 0.47 |
| Hex | 13 | C2 | DC | 5B | C | 0 | E | BC | 54 | 2F |
| Octal | 23 | 302 | 334 | 133 | 14 | 0 | 16 | 274 | 124 | 57 |
| Binary | 10011 | 11000010 | 11011100 | 1011011 | 1100 | 0 | 1110 | 10111100 | 1010100 | 101111 |
Color Harmonies of #13C2DC
Complementary color
Monochromatic Colors of #13C2DC
Black with #13C2DC
Text Example
Text Example
White with #13C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C2DC; }
p { color: rgb(19,194,220); }
H1.HeaderClassName
{
color: #13C2DC;
}
.AnyTagClassName
{
color: #13C2DC;
}
</style>
background-color css
<style>
a { background-color: #13C2DC; }
a { background-color: rgb(19,194,220); }
div.DivClassName
{
background-color: #13C2DC;
}
.BgClassName
{
background-color: #13C2DC;
}
</style>
border-color css
<style>
span { border-color: #13C2DC; }
span { border-color: rgb(19,194,220); }
td.TdClassName
{
border-color: #13C2DC;
}
.TagClassName
{
border-color: #13C2DC;
}
</style>