Shades of Dark Turquoise #13C8DD
Tints of Dark Turquoise #13C8DD
RGB
CMYK
RGB Variations
Color information
#13C8DD (or 0x13C8DD) is known color: Dark Turquoise. HEX triplet: 13, C8 and DD. RGB value is (19,200,221). Sum of RGB (Red+Green+Blue) = 19+200+221=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #13C8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C8DD is #EC3722. Grayscale: #949494. Windows color (decimal): -15480611 or 14534675. OLE color: 14534675.
HSL color Cylindrical-coordinate representation of color #13C8DD: hue angle of 186.24º 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 #13C8DD is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 200 | 221 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.13 |
| HSL | 186.24º | 0.84% | 0.47% | - |
| HSV(B) | 186.24º | 0.91% | 0.87% | - |
| XYZ | 33.97 | 46.67 | 75.62 | - |
| YUV | 148.28 | 169.03 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 221 | 0.91 | 0.10 | 0 | 0.13 | 186.24 | 0.84 | 0.47 |
| Hex | 13 | C8 | DD | 5B | A | 0 | D | BA | 54 | 2F |
| Octal | 23 | 310 | 335 | 133 | 12 | 0 | 15 | 272 | 124 | 57 |
| Binary | 10011 | 11001000 | 11011101 | 1011011 | 1010 | 0 | 1101 | 10111010 | 1010100 | 101111 |
Color Harmonies of #13C8DD
Complementary color
Monochromatic Colors of #13C8DD
Black with #13C8DD
Text Example
Text Example
White with #13C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C8DD; }
p { color: rgb(19,200,221); }
H1.HeaderClassName
{
color: #13C8DD;
}
.AnyTagClassName
{
color: #13C8DD;
}
</style>
background-color css
<style>
a { background-color: #13C8DD; }
a { background-color: rgb(19,200,221); }
div.DivClassName
{
background-color: #13C8DD;
}
.BgClassName
{
background-color: #13C8DD;
}
</style>
border-color css
<style>
span { border-color: #13C8DD; }
span { border-color: rgb(19,200,221); }
td.TdClassName
{
border-color: #13C8DD;
}
.TagClassName
{
border-color: #13C8DD;
}
</style>