Shades of Bright Turquoise #19F8DB
Tints of Bright Turquoise #19F8DB
RGB
CMYK
RGB Variations
Color information
#19F8DB (or 0x19F8DB) is known color: Bright Turquoise. HEX triplet: 19, F8 and DB. RGB value is (25,248,219). Sum of RGB (Red+Green+Blue) = 25+248+219=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #19F8DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F8DB is #E60724. Grayscale: #B1B1B1. Windows color (decimal): -15075109 or 14415897. OLE color: 14415897.
HSL color Cylindrical-coordinate representation of color #19F8DB: hue angle of 172.2º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F8DB is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 248 | 219 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.03 |
| HSL | 172.2º | 0.94% | 0.54% | - |
| HSV(B) | 172.2º | 0.9% | 0.97% | - |
| XYZ | 46.75 | 72.46 | 78.54 | - |
| YUV | 178.02 | 151.12 | 18.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 248 | 219 | 0.90 | 0 | 0.12 | 0.03 | 172.2 | 0.94 | 0.54 |
| Hex | 19 | F8 | DB | 5A | 0 | C | 3 | AC | 5E | 36 |
| Octal | 31 | 370 | 333 | 132 | 0 | 14 | 3 | 254 | 136 | 66 |
| Binary | 11001 | 11111000 | 11011011 | 1011010 | 0 | 1100 | 11 | 10101100 | 1011110 | 110110 |
Color Harmonies of #19F8DB
Complementary color
Monochromatic Colors of #19F8DB
Black with #19F8DB
Text Example
Text Example
White with #19F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F8DB; }
p { color: rgb(25,248,219); }
H1.HeaderClassName
{
color: #19F8DB;
}
.AnyTagClassName
{
color: #19F8DB;
}
</style>
background-color css
<style>
a { background-color: #19F8DB; }
a { background-color: rgb(25,248,219); }
div.DivClassName
{
background-color: #19F8DB;
}
.BgClassName
{
background-color: #19F8DB;
}
</style>
border-color css
<style>
span { border-color: #19F8DB; }
span { border-color: rgb(25,248,219); }
td.TdClassName
{
border-color: #19F8DB;
}
.TagClassName
{
border-color: #19F8DB;
}
</style>