Shades of Bright Turquoise #19DBD1
Tints of Bright Turquoise #19DBD1
RGB
CMYK
RGB Variations
Color information
#19DBD1 (or 0x19DBD1) is known color: Bright Turquoise. HEX triplet: 19, DB and D1. RGB value is (25,219,209). Sum of RGB (Red+Green+Blue) = 25+219+209=453 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.52% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DBD1 is #E6242E. Grayscale: #9F9F9F. Windows color (decimal): -15082543 or 13753113. OLE color: 13753113.
HSL color Cylindrical-coordinate representation of color #19DBD1: hue angle of 176.91º 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 #19DBD1 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 209 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.14 |
| HSL | 176.91º | 0.8% | 0.48% | - |
| HSV(B) | 176.91º | 0.89% | 0.86% | - |
| XYZ | 37.24 | 55.47 | 69.07 | - |
| YUV | 159.85 | 155.73 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 209 | 0.89 | 0 | 0.05 | 0.14 | 176.91 | 0.8 | 0.48 |
| Hex | 19 | DB | D1 | 59 | 0 | 5 | E | B1 | 50 | 30 |
| Octal | 31 | 333 | 321 | 131 | 0 | 5 | 16 | 261 | 120 | 60 |
| Binary | 11001 | 11011011 | 11010001 | 1011001 | 0 | 101 | 1110 | 10110001 | 1010000 | 110000 |
Color Harmonies of #19DBD1
Complementary color
Monochromatic Colors of #19DBD1
Black with #19DBD1
Text Example
Text Example
White with #19DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBD1; }
p { color: rgb(25,219,209); }
H1.HeaderClassName
{
color: #19DBD1;
}
.AnyTagClassName
{
color: #19DBD1;
}
</style>
background-color css
<style>
a { background-color: #19DBD1; }
a { background-color: rgb(25,219,209); }
div.DivClassName
{
background-color: #19DBD1;
}
.BgClassName
{
background-color: #19DBD1;
}
</style>
border-color css
<style>
span { border-color: #19DBD1; }
span { border-color: rgb(25,219,209); }
td.TdClassName
{
border-color: #19DBD1;
}
.TagClassName
{
border-color: #19DBD1;
}
</style>