Shades of Aqua #19FCEF
Tints of Aqua #19FCEF
RGB
CMYK
RGB Variations
Color information
#19FCEF (or 0x19FCEF) is known color: Aqua. HEX triplet: 19, FC and EF. RGB value is (25,252,239). Sum of RGB (Red+Green+Blue) = 25+252+239=516 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCEF is #E60310. Grayscale: #B6B6B6. Windows color (decimal): -15074065 or 15727641. OLE color: 15727641.
HSL color Cylindrical-coordinate representation of color #19FCEF: hue angle of 176.56º 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 #19FCEF is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 239 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.01 |
| HSL | 176.56º | 0.97% | 0.54% | - |
| HSV(B) | 176.56º | 0.9% | 0.99% | - |
| XYZ | 50.79 | 76.06 | 93.67 | - |
| YUV | 182.65 | 159.79 | 15.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 239 | 0.90 | 0 | 0.05 | 0.01 | 176.56 | 0.97 | 0.54 |
| Hex | 19 | FC | EF | 5A | 0 | 5 | 1 | B1 | 61 | 36 |
| Octal | 31 | 374 | 357 | 132 | 0 | 5 | 1 | 261 | 141 | 66 |
| Binary | 11001 | 11111100 | 11101111 | 1011010 | 0 | 101 | 1 | 10110001 | 1100001 | 110110 |
Color Harmonies of #19FCEF
Complementary color
Monochromatic Colors of #19FCEF
Black with #19FCEF
Text Example
Text Example
White with #19FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCEF; }
p { color: rgb(25,252,239); }
H1.HeaderClassName
{
color: #19FCEF;
}
.AnyTagClassName
{
color: #19FCEF;
}
</style>
background-color css
<style>
a { background-color: #19FCEF; }
a { background-color: rgb(25,252,239); }
div.DivClassName
{
background-color: #19FCEF;
}
.BgClassName
{
background-color: #19FCEF;
}
</style>
border-color css
<style>
span { border-color: #19FCEF; }
span { border-color: rgb(25,252,239); }
td.TdClassName
{
border-color: #19FCEF;
}
.TagClassName
{
border-color: #19FCEF;
}
</style>