Shades of Bright Turquoise #19DFDB
Tints of Bright Turquoise #19DFDB
RGB
CMYK
RGB Variations
Color information
#19DFDB (or 0x19DFDB) is known color: Bright Turquoise. HEX triplet: 19, DF and DB. RGB value is (25,223,219). Sum of RGB (Red+Green+Blue) = 25+223+219=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DFDB is #E62024. Grayscale: #A3A3A3. Windows color (decimal): -15081509 or 14409497. OLE color: 14409497.
HSL color Cylindrical-coordinate representation of color #19DFDB: hue angle of 178.79º 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 #19DFDB is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 223 | 219 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.13 |
| HSL | 178.79º | 0.8% | 0.49% | - |
| HSV(B) | 178.79º | 0.89% | 0.87% | - |
| XYZ | 39.57 | 58.1 | 76.15 | - |
| YUV | 163.34 | 159.4 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 219 | 0.89 | 0 | 0.02 | 0.13 | 178.79 | 0.8 | 0.49 |
| Hex | 19 | DF | DB | 59 | 0 | 2 | D | B3 | 50 | 31 |
| Octal | 31 | 337 | 333 | 131 | 0 | 2 | 15 | 263 | 120 | 61 |
| Binary | 11001 | 11011111 | 11011011 | 1011001 | 0 | 10 | 1101 | 10110011 | 1010000 | 110001 |
Color Harmonies of #19DFDB
Complementary color
Monochromatic Colors of #19DFDB
Black with #19DFDB
Text Example
Text Example
White with #19DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFDB; }
p { color: rgb(25,223,219); }
H1.HeaderClassName
{
color: #19DFDB;
}
.AnyTagClassName
{
color: #19DFDB;
}
</style>
background-color css
<style>
a { background-color: #19DFDB; }
a { background-color: rgb(25,223,219); }
div.DivClassName
{
background-color: #19DFDB;
}
.BgClassName
{
background-color: #19DFDB;
}
</style>
border-color css
<style>
span { border-color: #19DFDB; }
span { border-color: rgb(25,223,219); }
td.TdClassName
{
border-color: #19DFDB;
}
.TagClassName
{
border-color: #19DFDB;
}
</style>