Shades of Aqua #16EFFF
Tints of Aqua #16EFFF
RGB
CMYK
RGB Variations
Color information
#16EFFF (or 0x16EFFF) is known color: Aqua. HEX triplet: 16, EF and FF. RGB value is (22,239,255). Sum of RGB (Red+Green+Blue) = 22+239+255=516 (68% of max value = 765). Red value is 22 (8.98% from 255 or 4.26% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #16EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16EFFF is #E91000. Grayscale: #AFAFAF. Windows color (decimal): -15273985 or 16772886. OLE color: 16772886.
HSL color Cylindrical-coordinate representation of color #16EFFF: hue angle of 184.12º 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 #16EFFF is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 239 | 255 | - |
| CMYK | 0.91 | 0.06 | 0 | 0 |
| HSL | 184.12º | 1% | 0.54% | - |
| HSV(B) | 184.12º | 0.91% | 1% | - |
| XYZ | 49.25 | 69.12 | 105.35 | - |
| YUV | 175.94 | 172.61 | 18.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 239 | 255 | 0.91 | 0.06 | 0 | 0 | 184.12 | 1 | 0.54 |
| Hex | 16 | EF | FF | 5B | 6 | 0 | 0 | B8 | 64 | 36 |
| Octal | 26 | 357 | 377 | 133 | 6 | 0 | 0 | 270 | 144 | 66 |
| Binary | 10110 | 11101111 | 11111111 | 1011011 | 110 | 0 | 0 | 10111000 | 1100100 | 110110 |
Color Harmonies of #16EFFF
Complementary color
Monochromatic Colors of #16EFFF
Black with #16EFFF
Text Example
Text Example
White with #16EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EFFF; }
p { color: rgb(22,239,255); }
H1.HeaderClassName
{
color: #16EFFF;
}
.AnyTagClassName
{
color: #16EFFF;
}
</style>
background-color css
<style>
a { background-color: #16EFFF; }
a { background-color: rgb(22,239,255); }
div.DivClassName
{
background-color: #16EFFF;
}
.BgClassName
{
background-color: #16EFFF;
}
</style>
border-color css
<style>
span { border-color: #16EFFF; }
span { border-color: rgb(22,239,255); }
td.TdClassName
{
border-color: #16EFFF;
}
.TagClassName
{
border-color: #16EFFF;
}
</style>