Shades of Dark Turquoise #13D8CE
Tints of Dark Turquoise #13D8CE
RGB
CMYK
RGB Variations
Color information
#13D8CE (or 0x13D8CE) is known color: Dark Turquoise. HEX triplet: 13, D8 and CE. RGB value is (19,216,206). Sum of RGB (Red+Green+Blue) = 19+216+206=441 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.31% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #13D8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D8CE is #EC2731. Grayscale: #9B9B9B. Windows color (decimal): -15476530 or 13555731. OLE color: 13555731.
HSL color Cylindrical-coordinate representation of color #13D8CE: hue angle of 176.95º 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 #13D8CE is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 206 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.15 |
| HSL | 176.95º | 0.84% | 0.46% | - |
| HSV(B) | 176.95º | 0.91% | 0.85% | - |
| XYZ | 35.97 | 53.71 | 66.86 | - |
| YUV | 155.96 | 156.23 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 206 | 0.91 | 0 | 0.05 | 0.15 | 176.95 | 0.84 | 0.46 |
| Hex | 13 | D8 | CE | 5B | 0 | 5 | F | B1 | 54 | 2E |
| Octal | 23 | 330 | 316 | 133 | 0 | 5 | 17 | 261 | 124 | 56 |
| Binary | 10011 | 11011000 | 11001110 | 1011011 | 0 | 101 | 1111 | 10110001 | 1010100 | 101110 |
Color Harmonies of #13D8CE
Complementary color
Monochromatic Colors of #13D8CE
Black with #13D8CE
Text Example
Text Example
White with #13D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D8CE; }
p { color: rgb(19,216,206); }
H1.HeaderClassName
{
color: #13D8CE;
}
.AnyTagClassName
{
color: #13D8CE;
}
</style>
background-color css
<style>
a { background-color: #13D8CE; }
a { background-color: rgb(19,216,206); }
div.DivClassName
{
background-color: #13D8CE;
}
.BgClassName
{
background-color: #13D8CE;
}
</style>
border-color css
<style>
span { border-color: #13D8CE; }
span { border-color: rgb(19,216,206); }
td.TdClassName
{
border-color: #13D8CE;
}
.TagClassName
{
border-color: #13D8CE;
}
</style>