Shades of Bright Turquoise #19DBCD
Tints of Bright Turquoise #19DBCD
RGB
CMYK
RGB Variations
Color information
#19DBCD (or 0x19DBCD) is known color: Bright Turquoise. HEX triplet: 19, DB and CD. RGB value is (25,219,205). Sum of RGB (Red+Green+Blue) = 25+219+205=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DBCD is #E62432. Grayscale: #9F9F9F. Windows color (decimal): -15082547 or 13490969. OLE color: 13490969.
HSL color Cylindrical-coordinate representation of color #19DBCD: hue angle of 175.67º 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 #19DBCD is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 205 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.14 |
| HSL | 175.67º | 0.8% | 0.48% | - |
| HSV(B) | 175.67º | 0.89% | 0.86% | - |
| XYZ | 36.75 | 55.28 | 66.49 | - |
| YUV | 159.4 | 153.73 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 205 | 0.89 | 0 | 0.06 | 0.14 | 175.67 | 0.8 | 0.48 |
| Hex | 19 | DB | CD | 59 | 0 | 6 | E | B0 | 50 | 30 |
| Octal | 31 | 333 | 315 | 131 | 0 | 6 | 16 | 260 | 120 | 60 |
| Binary | 11001 | 11011011 | 11001101 | 1011001 | 0 | 110 | 1110 | 10110000 | 1010000 | 110000 |
Color Harmonies of #19DBCD
Complementary color
Monochromatic Colors of #19DBCD
Black with #19DBCD
Text Example
Text Example
White with #19DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBCD; }
p { color: rgb(25,219,205); }
H1.HeaderClassName
{
color: #19DBCD;
}
.AnyTagClassName
{
color: #19DBCD;
}
</style>
background-color css
<style>
a { background-color: #19DBCD; }
a { background-color: rgb(25,219,205); }
div.DivClassName
{
background-color: #19DBCD;
}
.BgClassName
{
background-color: #19DBCD;
}
</style>
border-color css
<style>
span { border-color: #19DBCD; }
span { border-color: rgb(25,219,205); }
td.TdClassName
{
border-color: #19DBCD;
}
.TagClassName
{
border-color: #19DBCD;
}
</style>