Shades of Dark Turquoise #13C2DA
Tints of Dark Turquoise #13C2DA
RGB
CMYK
RGB Variations
Color information
#13C2DA (or 0x13C2DA) is known color: Dark Turquoise. HEX triplet: 13, C2 and DA. RGB value is (19,194,218). Sum of RGB (Red+Green+Blue) = 19+194+218=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #13C2DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2DA is #EC3D25. Grayscale: #909090. Windows color (decimal): -15482150 or 14336531. OLE color: 14336531.
HSL color Cylindrical-coordinate representation of color #13C2DA: hue angle of 187.24º 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 #13C2DA is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 194 | 218 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.15 |
| HSL | 187.24º | 0.84% | 0.46% | - |
| HSV(B) | 187.24º | 0.91% | 0.85% | - |
| XYZ | 32.22 | 43.78 | 73.08 | - |
| YUV | 144.41 | 169.52 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 218 | 0.91 | 0.11 | 0 | 0.15 | 187.24 | 0.84 | 0.46 |
| Hex | 13 | C2 | DA | 5B | B | 0 | F | BB | 54 | 2E |
| Octal | 23 | 302 | 332 | 133 | 13 | 0 | 17 | 273 | 124 | 56 |
| Binary | 10011 | 11000010 | 11011010 | 1011011 | 1011 | 0 | 1111 | 10111011 | 1010100 | 101110 |
Color Harmonies of #13C2DA
Complementary color
Monochromatic Colors of #13C2DA
Black with #13C2DA
Text Example
Text Example
White with #13C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C2DA; }
p { color: rgb(19,194,218); }
H1.HeaderClassName
{
color: #13C2DA;
}
.AnyTagClassName
{
color: #13C2DA;
}
</style>
background-color css
<style>
a { background-color: #13C2DA; }
a { background-color: rgb(19,194,218); }
div.DivClassName
{
background-color: #13C2DA;
}
.BgClassName
{
background-color: #13C2DA;
}
</style>
border-color css
<style>
span { border-color: #13C2DA; }
span { border-color: rgb(19,194,218); }
td.TdClassName
{
border-color: #13C2DA;
}
.TagClassName
{
border-color: #13C2DA;
}
</style>