Shades of Bright Turquoise #19DBDA
Tints of Bright Turquoise #19DBDA
RGB
CMYK
RGB Variations
Color information
#19DBDA (or 0x19DBDA) is known color: Bright Turquoise. HEX triplet: 19, DB and DA. RGB value is (25,219,218). Sum of RGB (Red+Green+Blue) = 25+219+218=462 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.41% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DBDA is #E62425. Grayscale: #A0A0A0. Windows color (decimal): -15082534 or 14342937. OLE color: 14342937.
HSL color Cylindrical-coordinate representation of color #19DBDA: hue angle of 179.69º 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 #19DBDA is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 218 | - |
| CMYK | 0.89 | 0 | 0.00 | 0.14 |
| HSL | 179.69º | 0.8% | 0.48% | - |
| HSV(B) | 179.69º | 0.89% | 0.86% | - |
| XYZ | 38.39 | 55.93 | 75.1 | - |
| YUV | 160.88 | 160.23 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 218 | 0.89 | 0 | 0.00 | 0.14 | 179.69 | 0.8 | 0.48 |
| Hex | 19 | DB | DA | 59 | 0 | 0 | E | B4 | 50 | 30 |
| Octal | 31 | 333 | 332 | 131 | 0 | 0 | 16 | 264 | 120 | 60 |
| Binary | 11001 | 11011011 | 11011010 | 1011001 | 0 | 0 | 1110 | 10110100 | 1010000 | 110000 |
Color Harmonies of #19DBDA
Complementary color
Monochromatic Colors of #19DBDA
Black with #19DBDA
Text Example
Text Example
White with #19DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBDA; }
p { color: rgb(25,219,218); }
H1.HeaderClassName
{
color: #19DBDA;
}
.AnyTagClassName
{
color: #19DBDA;
}
</style>
background-color css
<style>
a { background-color: #19DBDA; }
a { background-color: rgb(25,219,218); }
div.DivClassName
{
background-color: #19DBDA;
}
.BgClassName
{
background-color: #19DBDA;
}
</style>
border-color css
<style>
span { border-color: #19DBDA; }
span { border-color: rgb(25,219,218); }
td.TdClassName
{
border-color: #19DBDA;
}
.TagClassName
{
border-color: #19DBDA;
}
</style>