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