Shades of Dark Turquoise #13C8D8
Tints of Dark Turquoise #13C8D8
RGB
CMYK
RGB Variations
Color information
#13C8D8 (or 0x13C8D8) is known color: Dark Turquoise. HEX triplet: 13, C8 and D8. RGB value is (19,200,216). Sum of RGB (Red+Green+Blue) = 19+200+216=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #13C8D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C8D8 is #EC3727. Grayscale: #939393. Windows color (decimal): -15480616 or 14206995. OLE color: 14206995.
HSL color Cylindrical-coordinate representation of color #13C8D8: hue angle of 184.87º 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 #13C8D8 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 200 | 216 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.15 |
| HSL | 184.87º | 0.84% | 0.46% | - |
| HSV(B) | 184.87º | 0.91% | 0.85% | - |
| XYZ | 33.32 | 46.4 | 72.17 | - |
| YUV | 147.71 | 166.53 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 216 | 0.91 | 0.07 | 0 | 0.15 | 184.87 | 0.84 | 0.46 |
| Hex | 13 | C8 | D8 | 5B | 7 | 0 | F | B9 | 54 | 2E |
| Octal | 23 | 310 | 330 | 133 | 7 | 0 | 17 | 271 | 124 | 56 |
| Binary | 10011 | 11001000 | 11011000 | 1011011 | 111 | 0 | 1111 | 10111001 | 1010100 | 101110 |
Color Harmonies of #13C8D8
Complementary color
Monochromatic Colors of #13C8D8
Black with #13C8D8
Text Example
Text Example
White with #13C8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C8D8; }
p { color: rgb(19,200,216); }
H1.HeaderClassName
{
color: #13C8D8;
}
.AnyTagClassName
{
color: #13C8D8;
}
</style>
background-color css
<style>
a { background-color: #13C8D8; }
a { background-color: rgb(19,200,216); }
div.DivClassName
{
background-color: #13C8D8;
}
.BgClassName
{
background-color: #13C8D8;
}
</style>
border-color css
<style>
span { border-color: #13C8D8; }
span { border-color: rgb(19,200,216); }
td.TdClassName
{
border-color: #13C8D8;
}
.TagClassName
{
border-color: #13C8D8;
}
</style>