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