Shades of Aqua #14FFEF
Tints of Aqua #14FFEF
RGB
CMYK
RGB Variations
Color information
#14FFEF (or 0x14FFEF) is known color: Aqua. HEX triplet: 14, FF and EF. RGB value is (20,255,239). Sum of RGB (Red+Green+Blue) = 20+255+239=514 (68% of max value = 765). Red value is 20 (8.20% from 255 or 3.89% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFEF is #EB0010. Grayscale: #B6B6B6. Windows color (decimal): -15400977 or 15728404. OLE color: 15728404.
HSL color Cylindrical-coordinate representation of color #14FFEF: hue angle of 175.91º 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 #14FFEF is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 239 | - |
| CMYK | 0.92 | 0 | 0.06 | 0 |
| HSL | 175.91º | 1% | 0.54% | - |
| HSV(B) | 175.91º | 0.92% | 1% | - |
| XYZ | 51.63 | 77.9 | 93.98 | - |
| YUV | 182.91 | 159.64 | 11.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 239 | 0.92 | 0 | 0.06 | 0 | 175.91 | 1 | 0.54 |
| Hex | 14 | FF | EF | 5C | 0 | 6 | 0 | B0 | 64 | 36 |
| Octal | 24 | 377 | 357 | 134 | 0 | 6 | 0 | 260 | 144 | 66 |
| Binary | 10100 | 11111111 | 11101111 | 1011100 | 0 | 110 | 0 | 10110000 | 1100100 | 110110 |
Color Harmonies of #14FFEF
Complementary color
Monochromatic Colors of #14FFEF
Black with #14FFEF
Text Example
Text Example
White with #14FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFEF; }
p { color: rgb(20,255,239); }
H1.HeaderClassName
{
color: #14FFEF;
}
.AnyTagClassName
{
color: #14FFEF;
}
</style>
background-color css
<style>
a { background-color: #14FFEF; }
a { background-color: rgb(20,255,239); }
div.DivClassName
{
background-color: #14FFEF;
}
.BgClassName
{
background-color: #14FFEF;
}
</style>
border-color css
<style>
span { border-color: #14FFEF; }
span { border-color: rgb(20,255,239); }
td.TdClassName
{
border-color: #14FFEF;
}
.TagClassName
{
border-color: #14FFEF;
}
</style>