Shades of Bright Turquoise #19FACA
Tints of Bright Turquoise #19FACA
RGB
CMYK
RGB Variations
Color information
#19FACA (or 0x19FACA) is known color: Bright Turquoise. HEX triplet: 19, FA and CA. RGB value is (25,250,202). Sum of RGB (Red+Green+Blue) = 25+250+202=477 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.24% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #19FACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FACA is #E60535. Grayscale: #B1B1B1. Windows color (decimal): -15074614 or 13302297. OLE color: 13302297.
HSL color Cylindrical-coordinate representation of color #19FACA: hue angle of 167.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FACA is Cyan = 0.9, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 202 | - |
| CMYK | 0.9 | 0 | 0.19 | 0.02 |
| HSL | 167.2º | 0.96% | 0.54% | - |
| HSV(B) | 167.2º | 0.9% | 0.98% | - |
| XYZ | 45.25 | 72.84 | 67.55 | - |
| YUV | 177.25 | 141.96 | 19.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 202 | 0.9 | 0 | 0.19 | 0.02 | 167.2 | 0.96 | 0.54 |
| Hex | 19 | FA | CA | 5A | 0 | 13 | 2 | A7 | 60 | 36 |
| Octal | 31 | 372 | 312 | 132 | 0 | 23 | 2 | 247 | 140 | 66 |
| Binary | 11001 | 11111010 | 11001010 | 1011010 | 0 | 10011 | 10 | 10100111 | 1100000 | 110110 |
Color Harmonies of #19FACA
Complementary color
Monochromatic Colors of #19FACA
Black with #19FACA
Text Example
Text Example
White with #19FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FACA; }
p { color: rgb(25,250,202); }
H1.HeaderClassName
{
color: #19FACA;
}
.AnyTagClassName
{
color: #19FACA;
}
</style>
background-color css
<style>
a { background-color: #19FACA; }
a { background-color: rgb(25,250,202); }
div.DivClassName
{
background-color: #19FACA;
}
.BgClassName
{
background-color: #19FACA;
}
</style>
border-color css
<style>
span { border-color: #19FACA; }
span { border-color: rgb(25,250,202); }
td.TdClassName
{
border-color: #19FACA;
}
.TagClassName
{
border-color: #19FACA;
}
</style>