Shades of Aqua #15FFEF
Tints of Aqua #15FFEF
RGB
CMYK
RGB Variations
Color information
#15FFEF (or 0x15FFEF) is known color: Aqua. HEX triplet: 15, FF and EF. RGB value is (21,255,239). Sum of RGB (Red+Green+Blue) = 21+255+239=515 (68% of max value = 765). Red value is 21 (8.59% from 255 or 4.08% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FFEF is #EA0010. Grayscale: #B7B7B7. Windows color (decimal): -15335441 or 15728405. OLE color: 15728405.
HSL color Cylindrical-coordinate representation of color #15FFEF: hue angle of 175.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFEF is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 239 | - |
| CMYK | 0.92 | 0 | 0.06 | 0 |
| HSL | 175.9º | 1% | 0.54% | - |
| HSV(B) | 175.9º | 0.92% | 1% | - |
| XYZ | 51.65 | 77.91 | 93.98 | - |
| YUV | 183.21 | 159.48 | 12.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 239 | 0.92 | 0 | 0.06 | 0 | 175.9 | 1 | 0.54 |
| Hex | 15 | FF | EF | 5C | 0 | 6 | 0 | B0 | 64 | 36 |
| Octal | 25 | 377 | 357 | 134 | 0 | 6 | 0 | 260 | 144 | 66 |
| Binary | 10101 | 11111111 | 11101111 | 1011100 | 0 | 110 | 0 | 10110000 | 1100100 | 110110 |
Color Harmonies of #15FFEF
Complementary color
Monochromatic Colors of #15FFEF
Black with #15FFEF
Text Example
Text Example
White with #15FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFEF; }
p { color: rgb(21,255,239); }
H1.HeaderClassName
{
color: #15FFEF;
}
.AnyTagClassName
{
color: #15FFEF;
}
</style>
background-color css
<style>
a { background-color: #15FFEF; }
a { background-color: rgb(21,255,239); }
div.DivClassName
{
background-color: #15FFEF;
}
.BgClassName
{
background-color: #15FFEF;
}
</style>
border-color css
<style>
span { border-color: #15FFEF; }
span { border-color: rgb(21,255,239); }
td.TdClassName
{
border-color: #15FFEF;
}
.TagClassName
{
border-color: #15FFEF;
}
</style>