Shades of Aqua #14FFEE
Tints of Aqua #14FFEE
RGB
CMYK
RGB Variations
Color information
#14FFEE (or 0x14FFEE) is known color: Aqua. HEX triplet: 14, FF and EE. RGB value is (20,255,238). Sum of RGB (Red+Green+Blue) = 20+255+238=513 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.90% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFEE is #EB0011. Grayscale: #B6B6B6. Windows color (decimal): -15400978 or 15662868. OLE color: 15662868.
HSL color Cylindrical-coordinate representation of color #14FFEE: hue angle of 175.66º 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 #14FFEE is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 238 | - |
| CMYK | 0.92 | 0 | 0.07 | 0 |
| HSL | 175.66º | 1% | 0.54% | - |
| HSV(B) | 175.66º | 0.92% | 1% | - |
| XYZ | 51.48 | 77.84 | 93.2 | - |
| YUV | 182.8 | 159.14 | 11.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 238 | 0.92 | 0 | 0.07 | 0 | 175.66 | 1 | 0.54 |
| Hex | 14 | FF | EE | 5C | 0 | 7 | 0 | B0 | 64 | 36 |
| Octal | 24 | 377 | 356 | 134 | 0 | 7 | 0 | 260 | 144 | 66 |
| Binary | 10100 | 11111111 | 11101110 | 1011100 | 0 | 111 | 0 | 10110000 | 1100100 | 110110 |
Color Harmonies of #14FFEE
Complementary color
Monochromatic Colors of #14FFEE
Black with #14FFEE
Text Example
Text Example
White with #14FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFEE; }
p { color: rgb(20,255,238); }
H1.HeaderClassName
{
color: #14FFEE;
}
.AnyTagClassName
{
color: #14FFEE;
}
</style>
background-color css
<style>
a { background-color: #14FFEE; }
a { background-color: rgb(20,255,238); }
div.DivClassName
{
background-color: #14FFEE;
}
.BgClassName
{
background-color: #14FFEE;
}
</style>
border-color css
<style>
span { border-color: #14FFEE; }
span { border-color: rgb(20,255,238); }
td.TdClassName
{
border-color: #14FFEE;
}
.TagClassName
{
border-color: #14FFEE;
}
</style>