Shades of Bright Turquoise #19F1DB
Tints of Bright Turquoise #19F1DB
RGB
CMYK
RGB Variations
Color information
#19F1DB (or 0x19F1DB) is known color: Bright Turquoise. HEX triplet: 19, F1 and DB. RGB value is (25,241,219). Sum of RGB (Red+Green+Blue) = 25+241+219=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #19F1DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F1DB is #E60E24. Grayscale: #ADADAD. Windows color (decimal): -15076901 or 14414105. OLE color: 14414105.
HSL color Cylindrical-coordinate representation of color #19F1DB: hue angle of 173.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F1DB is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 219 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.05 |
| HSL | 173.89º | 0.89% | 0.52% | - |
| HSV(B) | 173.89º | 0.9% | 0.95% | - |
| XYZ | 44.64 | 68.23 | 77.83 | - |
| YUV | 173.91 | 153.44 | 21.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 219 | 0.90 | 0 | 0.09 | 0.05 | 173.89 | 0.89 | 0.52 |
| Hex | 19 | F1 | DB | 5A | 0 | 9 | 5 | AE | 59 | 34 |
| Octal | 31 | 361 | 333 | 132 | 0 | 11 | 5 | 256 | 131 | 64 |
| Binary | 11001 | 11110001 | 11011011 | 1011010 | 0 | 1001 | 101 | 10101110 | 1011001 | 110100 |
Color Harmonies of #19F1DB
Complementary color
Monochromatic Colors of #19F1DB
Black with #19F1DB
Text Example
Text Example
White with #19F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F1DB; }
p { color: rgb(25,241,219); }
H1.HeaderClassName
{
color: #19F1DB;
}
.AnyTagClassName
{
color: #19F1DB;
}
</style>
background-color css
<style>
a { background-color: #19F1DB; }
a { background-color: rgb(25,241,219); }
div.DivClassName
{
background-color: #19F1DB;
}
.BgClassName
{
background-color: #19F1DB;
}
</style>
border-color css
<style>
span { border-color: #19F1DB; }
span { border-color: rgb(25,241,219); }
td.TdClassName
{
border-color: #19F1DB;
}
.TagClassName
{
border-color: #19F1DB;
}
</style>