Shades of Aqua #19FEFE
Tints of Aqua #19FEFE
RGB
CMYK
RGB Variations
Color information
#19FEFE (or 0x19FEFE) is known color: Aqua. HEX triplet: 19, FE and FE. RGB value is (25,254,254). Sum of RGB (Red+Green+Blue) = 25+254+254=533 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.69% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #19FEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEFE is #E60101. Grayscale: #B9B9B9. Windows color (decimal): -15073538 or 16711193. OLE color: 16711193.
HSL color Cylindrical-coordinate representation of color #19FEFE: hue angle of 180º 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 #19FEFE is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 254 | - |
| CMYK | 0.90 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.55% | - |
| HSV(B) | 180º | 0.9% | 1% | - |
| XYZ | 53.73 | 78.25 | 106.04 | - |
| YUV | 185.53 | 166.63 | 13.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 254 | 0.90 | 0 | 0 | 0.00 | 180 | 0.99 | 0.55 |
| Hex | 19 | FE | FE | 5A | 0 | 0 | 0 | B4 | 63 | 37 |
| Octal | 31 | 376 | 376 | 132 | 0 | 0 | 0 | 264 | 143 | 67 |
| Binary | 11001 | 11111110 | 11111110 | 1011010 | 0 | 0 | 0 | 10110100 | 1100011 | 110111 |
Color Harmonies of #19FEFE
Complementary color
Monochromatic Colors of #19FEFE
Black with #19FEFE
Text Example
Text Example
White with #19FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEFE; }
p { color: rgb(25,254,254); }
H1.HeaderClassName
{
color: #19FEFE;
}
.AnyTagClassName
{
color: #19FEFE;
}
</style>
background-color css
<style>
a { background-color: #19FEFE; }
a { background-color: rgb(25,254,254); }
div.DivClassName
{
background-color: #19FEFE;
}
.BgClassName
{
background-color: #19FEFE;
}
</style>
border-color css
<style>
span { border-color: #19FEFE; }
span { border-color: rgb(25,254,254); }
td.TdClassName
{
border-color: #19FEFE;
}
.TagClassName
{
border-color: #19FEFE;
}
</style>