Shades of Dark Turquoise #13C9DF
Tints of Dark Turquoise #13C9DF
RGB
CMYK
RGB Variations
Color information
#13C9DF (or 0x13C9DF) is known color: Dark Turquoise. HEX triplet: 13, C9 and DF. RGB value is (19,201,223). Sum of RGB (Red+Green+Blue) = 19+201+223=443 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.29% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #13C9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C9DF is #EC3620. Grayscale: #949494. Windows color (decimal): -15480353 or 14666003. OLE color: 14666003.
HSL color Cylindrical-coordinate representation of color #13C9DF: hue angle of 186.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C9DF is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 201 | 223 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.13 |
| HSL | 186.47º | 0.84% | 0.47% | - |
| HSV(B) | 186.47º | 0.91% | 0.87% | - |
| XYZ | 34.47 | 47.24 | 77.11 | - |
| YUV | 149.09 | 169.7 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 223 | 0.91 | 0.10 | 0 | 0.13 | 186.47 | 0.84 | 0.47 |
| Hex | 13 | C9 | DF | 5B | A | 0 | D | BA | 54 | 2F |
| Octal | 23 | 311 | 337 | 133 | 12 | 0 | 15 | 272 | 124 | 57 |
| Binary | 10011 | 11001001 | 11011111 | 1011011 | 1010 | 0 | 1101 | 10111010 | 1010100 | 101111 |
Color Harmonies of #13C9DF
Complementary color
Monochromatic Colors of #13C9DF
Black with #13C9DF
Text Example
Text Example
White with #13C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C9DF; }
p { color: rgb(19,201,223); }
H1.HeaderClassName
{
color: #13C9DF;
}
.AnyTagClassName
{
color: #13C9DF;
}
</style>
background-color css
<style>
a { background-color: #13C9DF; }
a { background-color: rgb(19,201,223); }
div.DivClassName
{
background-color: #13C9DF;
}
.BgClassName
{
background-color: #13C9DF;
}
</style>
border-color css
<style>
span { border-color: #13C9DF; }
span { border-color: rgb(19,201,223); }
td.TdClassName
{
border-color: #13C9DF;
}
.TagClassName
{
border-color: #13C9DF;
}
</style>