Shades of Aqua #19FEFC
Tints of Aqua #19FEFC
RGB
CMYK
RGB Variations
Color information
#19FEFC (or 0x19FEFC) is known color: Aqua. HEX triplet: 19, FE and FC. RGB value is (25,254,252). Sum of RGB (Red+Green+Blue) = 25+254+252=531 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.71% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEFC is #E60103. Grayscale: #B9B9B9. Windows color (decimal): -15073540 or 16580121. OLE color: 16580121.
HSL color Cylindrical-coordinate representation of color #19FEFC: hue angle of 179.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FEFC is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 252 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.00 |
| HSL | 179.48º | 0.99% | 0.55% | - |
| HSV(B) | 179.48º | 0.9% | 1% | - |
| XYZ | 53.41 | 78.12 | 104.36 | - |
| YUV | 185.3 | 165.63 | 13.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 252 | 0.90 | 0 | 0.01 | 0.00 | 179.48 | 0.99 | 0.55 |
| Hex | 19 | FE | FC | 5A | 0 | 1 | 0 | B3 | 63 | 37 |
| Octal | 31 | 376 | 374 | 132 | 0 | 1 | 0 | 263 | 143 | 67 |
| Binary | 11001 | 11111110 | 11111100 | 1011010 | 0 | 1 | 0 | 10110011 | 1100011 | 110111 |
Color Harmonies of #19FEFC
Complementary color
Monochromatic Colors of #19FEFC
Black with #19FEFC
Text Example
Text Example
White with #19FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEFC; }
p { color: rgb(25,254,252); }
H1.HeaderClassName
{
color: #19FEFC;
}
.AnyTagClassName
{
color: #19FEFC;
}
</style>
background-color css
<style>
a { background-color: #19FEFC; }
a { background-color: rgb(25,254,252); }
div.DivClassName
{
background-color: #19FEFC;
}
.BgClassName
{
background-color: #19FEFC;
}
</style>
border-color css
<style>
span { border-color: #19FEFC; }
span { border-color: rgb(25,254,252); }
td.TdClassName
{
border-color: #19FEFC;
}
.TagClassName
{
border-color: #19FEFC;
}
</style>