Shades of Dark Turquoise #13D1D9
Tints of Dark Turquoise #13D1D9
RGB
CMYK
RGB Variations
Color information
#13D1D9 (or 0x13D1D9) is known color: Dark Turquoise. HEX triplet: 13, D1 and D9. RGB value is (19,209,217). Sum of RGB (Red+Green+Blue) = 19+209+217=445 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.27% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #13D1D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D1D9 is #EC2E26. Grayscale: #989898. Windows color (decimal): -15478311 or 14274835. OLE color: 14274835.
HSL color Cylindrical-coordinate representation of color #13D1D9: hue angle of 182.42º 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 #13D1D9 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 209 | 217 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.15 |
| HSL | 182.42º | 0.84% | 0.46% | - |
| HSV(B) | 182.42º | 0.91% | 0.85% | - |
| XYZ | 35.59 | 50.75 | 73.57 | - |
| YUV | 153.1 | 164.05 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 217 | 0.91 | 0.04 | 0 | 0.15 | 182.42 | 0.84 | 0.46 |
| Hex | 13 | D1 | D9 | 5B | 4 | 0 | F | B6 | 54 | 2E |
| Octal | 23 | 321 | 331 | 133 | 4 | 0 | 17 | 266 | 124 | 56 |
| Binary | 10011 | 11010001 | 11011001 | 1011011 | 100 | 0 | 1111 | 10110110 | 1010100 | 101110 |
Color Harmonies of #13D1D9
Complementary color
Monochromatic Colors of #13D1D9
Black with #13D1D9
Text Example
Text Example
White with #13D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D1D9; }
p { color: rgb(19,209,217); }
H1.HeaderClassName
{
color: #13D1D9;
}
.AnyTagClassName
{
color: #13D1D9;
}
</style>
background-color css
<style>
a { background-color: #13D1D9; }
a { background-color: rgb(19,209,217); }
div.DivClassName
{
background-color: #13D1D9;
}
.BgClassName
{
background-color: #13D1D9;
}
</style>
border-color css
<style>
span { border-color: #13D1D9; }
span { border-color: rgb(19,209,217); }
td.TdClassName
{
border-color: #13D1D9;
}
.TagClassName
{
border-color: #13D1D9;
}
</style>