Shades of Aqua #19FDEF
Tints of Aqua #19FDEF
RGB
CMYK
RGB Variations
Color information
#19FDEF (or 0x19FDEF) is known color: Aqua. HEX triplet: 19, FD and EF. RGB value is (25,253,239). Sum of RGB (Red+Green+Blue) = 25+253+239=517 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FDEF is #E60210. Grayscale: #B7B7B7. Windows color (decimal): -15073809 or 15727897. OLE color: 15727897.
HSL color Cylindrical-coordinate representation of color #19FDEF: hue angle of 176.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FDEF is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 253 | 239 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.01 |
| HSL | 176.32º | 0.98% | 0.55% | - |
| HSV(B) | 176.32º | 0.9% | 0.99% | - |
| XYZ | 51.11 | 76.69 | 93.77 | - |
| YUV | 183.23 | 159.46 | 15.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 253 | 239 | 0.90 | 0 | 0.06 | 0.01 | 176.32 | 0.98 | 0.55 |
| Hex | 19 | FD | EF | 5A | 0 | 6 | 1 | B0 | 62 | 37 |
| Octal | 31 | 375 | 357 | 132 | 0 | 6 | 1 | 260 | 142 | 67 |
| Binary | 11001 | 11111101 | 11101111 | 1011010 | 0 | 110 | 1 | 10110000 | 1100010 | 110111 |
Color Harmonies of #19FDEF
Complementary color
Monochromatic Colors of #19FDEF
Black with #19FDEF
Text Example
Text Example
White with #19FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FDEF; }
p { color: rgb(25,253,239); }
H1.HeaderClassName
{
color: #19FDEF;
}
.AnyTagClassName
{
color: #19FDEF;
}
</style>
background-color css
<style>
a { background-color: #19FDEF; }
a { background-color: rgb(25,253,239); }
div.DivClassName
{
background-color: #19FDEF;
}
.BgClassName
{
background-color: #19FDEF;
}
</style>
border-color css
<style>
span { border-color: #19FDEF; }
span { border-color: rgb(25,253,239); }
td.TdClassName
{
border-color: #19FDEF;
}
.TagClassName
{
border-color: #19FDEF;
}
</style>