Shades of Dark Turquoise #19C7DB
Tints of Dark Turquoise #19C7DB
RGB
CMYK
RGB Variations
Color information
#19C7DB (or 0x19C7DB) is known color: Dark Turquoise. HEX triplet: 19, C7 and DB. RGB value is (25,199,219). Sum of RGB (Red+Green+Blue) = 25+199+219=443 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.64% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #19C7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C7DB is #E63824. Grayscale: #959595. Windows color (decimal): -15087653 or 14403353. OLE color: 14403353.
HSL color Cylindrical-coordinate representation of color #19C7DB: hue angle of 186.19º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19C7DB is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 199 | 219 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.14 |
| HSL | 186.19º | 0.8% | 0.48% | - |
| HSV(B) | 186.19º | 0.89% | 0.86% | - |
| XYZ | 33.61 | 46.17 | 74.16 | - |
| YUV | 149.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 199 | 219 | 0.89 | 0.09 | 0 | 0.14 | 186.19 | 0.8 | 0.48 |
| Hex | 19 | C7 | DB | 59 | 9 | 0 | E | BA | 50 | 30 |
| Octal | 31 | 307 | 333 | 131 | 11 | 0 | 16 | 272 | 120 | 60 |
| Binary | 11001 | 11000111 | 11011011 | 1011001 | 1001 | 0 | 1110 | 10111010 | 1010000 | 110000 |
Color Harmonies of #19C7DB
Complementary color
Monochromatic Colors of #19C7DB
Black with #19C7DB
Text Example
Text Example
White with #19C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C7DB; }
p { color: rgb(25,199,219); }
H1.HeaderClassName
{
color: #19C7DB;
}
.AnyTagClassName
{
color: #19C7DB;
}
</style>
background-color css
<style>
a { background-color: #19C7DB; }
a { background-color: rgb(25,199,219); }
div.DivClassName
{
background-color: #19C7DB;
}
.BgClassName
{
background-color: #19C7DB;
}
</style>
border-color css
<style>
span { border-color: #19C7DB; }
span { border-color: rgb(25,199,219); }
td.TdClassName
{
border-color: #19C7DB;
}
.TagClassName
{
border-color: #19C7DB;
}
</style>