Shades of Bright Turquoise #19F4C0
Tints of Bright Turquoise #19F4C0
RGB
CMYK
RGB Variations
Color information
#19F4C0 (or 0x19F4C0) is known color: Bright Turquoise. HEX triplet: 19, F4 and C0. RGB value is (25,244,192). Sum of RGB (Red+Green+Blue) = 25+244+192=461 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.42% from 461); Green value is 244 (95.70% from 255 or 52.93% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 244 - color contains mainly: green. Hex color #19F4C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F4C0 is #E60B3F. Grayscale: #ACACAC. Windows color (decimal): -15076160 or 12645401. OLE color: 12645401.
HSL color Cylindrical-coordinate representation of color #19F4C0: hue angle of 165.75º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F4C0 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 244 | 192 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.04 |
| HSL | 165.75º | 0.91% | 0.53% | - |
| HSV(B) | 165.75º | 0.9% | 0.96% | - |
| XYZ | 42.27 | 68.71 | 60.9 | - |
| YUV | 172.59 | 138.95 | 22.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 244 | 192 | 0.90 | 0 | 0.21 | 0.04 | 165.75 | 0.91 | 0.53 |
| Hex | 19 | F4 | C0 | 5A | 0 | 15 | 4 | A6 | 5B | 35 |
| Octal | 31 | 364 | 300 | 132 | 0 | 25 | 4 | 246 | 133 | 65 |
| Binary | 11001 | 11110100 | 11000000 | 1011010 | 0 | 10101 | 100 | 10100110 | 1011011 | 110101 |
Color Harmonies of #19F4C0
Complementary color
Monochromatic Colors of #19F4C0
Black with #19F4C0
Text Example
Text Example
White with #19F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F4C0; }
p { color: rgb(25,244,192); }
H1.HeaderClassName
{
color: #19F4C0;
}
.AnyTagClassName
{
color: #19F4C0;
}
</style>
background-color css
<style>
a { background-color: #19F4C0; }
a { background-color: rgb(25,244,192); }
div.DivClassName
{
background-color: #19F4C0;
}
.BgClassName
{
background-color: #19F4C0;
}
</style>
border-color css
<style>
span { border-color: #19F4C0; }
span { border-color: rgb(25,244,192); }
td.TdClassName
{
border-color: #19F4C0;
}
.TagClassName
{
border-color: #19F4C0;
}
</style>