Shades of Aqua #19FCF5
Tints of Aqua #19FCF5
RGB
CMYK
RGB Variations
Color information
#19FCF5 (or 0x19FCF5) is known color: Aqua. HEX triplet: 19, FC and F5. RGB value is (25,252,245). Sum of RGB (Red+Green+Blue) = 25+252+245=522 (69% of max value = 765). Red value is 25 (10.16% from 255 or 4.79% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCF5 is #E6030A. Grayscale: #B7B7B7. Windows color (decimal): -15074059 or 16120857. OLE color: 16120857.
HSL color Cylindrical-coordinate representation of color #19FCF5: hue angle of 178.15º 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 #19FCF5 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 245 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.01 |
| HSL | 178.15º | 0.97% | 0.54% | - |
| HSV(B) | 178.15º | 0.9% | 0.99% | - |
| XYZ | 51.69 | 76.42 | 98.41 | - |
| YUV | 183.33 | 162.79 | 15.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 245 | 0.90 | 0 | 0.03 | 0.01 | 178.15 | 0.97 | 0.54 |
| Hex | 19 | FC | F5 | 5A | 0 | 3 | 1 | B2 | 61 | 36 |
| Octal | 31 | 374 | 365 | 132 | 0 | 3 | 1 | 262 | 141 | 66 |
| Binary | 11001 | 11111100 | 11110101 | 1011010 | 0 | 11 | 1 | 10110010 | 1100001 | 110110 |
Color Harmonies of #19FCF5
Complementary color
Monochromatic Colors of #19FCF5
Black with #19FCF5
Text Example
Text Example
White with #19FCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCF5; }
p { color: rgb(25,252,245); }
H1.HeaderClassName
{
color: #19FCF5;
}
.AnyTagClassName
{
color: #19FCF5;
}
</style>
background-color css
<style>
a { background-color: #19FCF5; }
a { background-color: rgb(25,252,245); }
div.DivClassName
{
background-color: #19FCF5;
}
.BgClassName
{
background-color: #19FCF5;
}
</style>
border-color css
<style>
span { border-color: #19FCF5; }
span { border-color: rgb(25,252,245); }
td.TdClassName
{
border-color: #19FCF5;
}
.TagClassName
{
border-color: #19FCF5;
}
</style>