Shades of Bright Turquoise #19DBDF
Tints of Bright Turquoise #19DBDF
RGB
CMYK
RGB Variations
Color information
#19DBDF (or 0x19DBDF) is known color: Bright Turquoise. HEX triplet: 19, DB and DF. RGB value is (25,219,223). Sum of RGB (Red+Green+Blue) = 25+219+223=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #19DBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DBDF is #E62420. Grayscale: #A1A1A1. Windows color (decimal): -15082529 or 14670617. OLE color: 14670617.
HSL color Cylindrical-coordinate representation of color #19DBDF: hue angle of 181.21º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DBDF is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 219 | 223 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.13 |
| HSL | 181.21º | 0.8% | 0.49% | - |
| HSV(B) | 181.21º | 0.89% | 0.87% | - |
| XYZ | 39.05 | 56.2 | 78.6 | - |
| YUV | 161.45 | 162.73 | 30.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 223 | 0.89 | 0.02 | 0 | 0.13 | 181.21 | 0.8 | 0.49 |
| Hex | 19 | DB | DF | 59 | 2 | 0 | D | B5 | 50 | 31 |
| Octal | 31 | 333 | 337 | 131 | 2 | 0 | 15 | 265 | 120 | 61 |
| Binary | 11001 | 11011011 | 11011111 | 1011001 | 10 | 0 | 1101 | 10110101 | 1010000 | 110001 |
Color Harmonies of #19DBDF
Complementary color
Monochromatic Colors of #19DBDF
Black with #19DBDF
Text Example
Text Example
White with #19DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DBDF; }
p { color: rgb(25,219,223); }
H1.HeaderClassName
{
color: #19DBDF;
}
.AnyTagClassName
{
color: #19DBDF;
}
</style>
background-color css
<style>
a { background-color: #19DBDF; }
a { background-color: rgb(25,219,223); }
div.DivClassName
{
background-color: #19DBDF;
}
.BgClassName
{
background-color: #19DBDF;
}
</style>
border-color css
<style>
span { border-color: #19DBDF; }
span { border-color: rgb(25,219,223); }
td.TdClassName
{
border-color: #19DBDF;
}
.TagClassName
{
border-color: #19DBDF;
}
</style>