Shades of Aqua #16FFEF
Tints of Aqua #16FFEF
RGB
CMYK
RGB Variations
Color information
#16FFEF (or 0x16FFEF) is known color: Aqua. HEX triplet: 16, FF and EF. RGB value is (22,255,239). Sum of RGB (Red+Green+Blue) = 22+255+239=516 (68% of max value = 765). Red value is 22 (8.98% from 255 or 4.26% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #16FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16FFEF is #E90010. Grayscale: #B7B7B7. Windows color (decimal): -15269905 or 15728406. OLE color: 15728406.
HSL color Cylindrical-coordinate representation of color #16FFEF: hue angle of 175.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FFEF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 255 | 239 | - |
| CMYK | 0.91 | 0 | 0.06 | 0 |
| HSL | 175.88º | 1% | 0.54% | - |
| HSV(B) | 175.88º | 0.91% | 1% | - |
| XYZ | 51.67 | 77.92 | 93.98 | - |
| YUV | 183.51 | 159.31 | 12.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 255 | 239 | 0.91 | 0 | 0.06 | 0 | 175.88 | 1 | 0.54 |
| Hex | 16 | FF | EF | 5B | 0 | 6 | 0 | B0 | 64 | 36 |
| Octal | 26 | 377 | 357 | 133 | 0 | 6 | 0 | 260 | 144 | 66 |
| Binary | 10110 | 11111111 | 11101111 | 1011011 | 0 | 110 | 0 | 10110000 | 1100100 | 110110 |
Color Harmonies of #16FFEF
Complementary color
Monochromatic Colors of #16FFEF
Black with #16FFEF
Text Example
Text Example
White with #16FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FFEF; }
p { color: rgb(22,255,239); }
H1.HeaderClassName
{
color: #16FFEF;
}
.AnyTagClassName
{
color: #16FFEF;
}
</style>
background-color css
<style>
a { background-color: #16FFEF; }
a { background-color: rgb(22,255,239); }
div.DivClassName
{
background-color: #16FFEF;
}
.BgClassName
{
background-color: #16FFEF;
}
</style>
border-color css
<style>
span { border-color: #16FFEF; }
span { border-color: rgb(22,255,239); }
td.TdClassName
{
border-color: #16FFEF;
}
.TagClassName
{
border-color: #16FFEF;
}
</style>