Shades of Bright Turquoise #19FCC0
Tints of Bright Turquoise #19FCC0
RGB
CMYK
RGB Variations
Color information
#19FCC0 (or 0x19FCC0) is known color: Bright Turquoise. HEX triplet: 19, FC and C0. RGB value is (25,252,192). Sum of RGB (Red+Green+Blue) = 25+252+192=469 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.33% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCC0 is #E6033F. Grayscale: #B1B1B1. Windows color (decimal): -15074112 or 12647449. OLE color: 12647449.
HSL color Cylindrical-coordinate representation of color #19FCC0: hue angle of 164.14º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCC0 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 192 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.01 |
| HSL | 164.14º | 0.97% | 0.54% | - |
| HSV(B) | 164.14º | 0.9% | 0.99% | - |
| XYZ | 44.73 | 73.63 | 61.72 | - |
| YUV | 177.29 | 136.29 | 19.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 192 | 0.90 | 0 | 0.24 | 0.01 | 164.14 | 0.97 | 0.54 |
| Hex | 19 | FC | C0 | 5A | 0 | 18 | 1 | A4 | 61 | 36 |
| Octal | 31 | 374 | 300 | 132 | 0 | 30 | 1 | 244 | 141 | 66 |
| Binary | 11001 | 11111100 | 11000000 | 1011010 | 0 | 11000 | 1 | 10100100 | 1100001 | 110110 |
Color Harmonies of #19FCC0
Complementary color
Monochromatic Colors of #19FCC0
Black with #19FCC0
Text Example
Text Example
White with #19FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCC0; }
p { color: rgb(25,252,192); }
H1.HeaderClassName
{
color: #19FCC0;
}
.AnyTagClassName
{
color: #19FCC0;
}
</style>
background-color css
<style>
a { background-color: #19FCC0; }
a { background-color: rgb(25,252,192); }
div.DivClassName
{
background-color: #19FCC0;
}
.BgClassName
{
background-color: #19FCC0;
}
</style>
border-color css
<style>
span { border-color: #19FCC0; }
span { border-color: rgb(25,252,192); }
td.TdClassName
{
border-color: #19FCC0;
}
.TagClassName
{
border-color: #19FCC0;
}
</style>