Shades of Aqua #14EEFE
Tints of Aqua #14EEFE
RGB
CMYK
RGB Variations
Color information
#14EEFE (or 0x14EEFE) is known color: Aqua. HEX triplet: 14, EE and FE. RGB value is (20,238,254). Sum of RGB (Red+Green+Blue) = 20+238+254=512 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.91% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #14EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EEFE is #EB1101. Grayscale: #AEAEAE. Windows color (decimal): -15405314 or 16707092. OLE color: 16707092.
HSL color Cylindrical-coordinate representation of color #14EEFE: hue angle of 184.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EEFE is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 238 | 254 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.00 |
| HSL | 184.1º | 0.99% | 0.54% | - |
| HSV(B) | 184.1º | 0.92% | 1% | - |
| XYZ | 48.75 | 68.45 | 104.41 | - |
| YUV | 174.64 | 172.78 | 17.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 254 | 0.92 | 0.06 | 0 | 0.00 | 184.1 | 0.99 | 0.54 |
| Hex | 14 | EE | FE | 5C | 6 | 0 | 0 | B8 | 63 | 36 |
| Octal | 24 | 356 | 376 | 134 | 6 | 0 | 0 | 270 | 143 | 66 |
| Binary | 10100 | 11101110 | 11111110 | 1011100 | 110 | 0 | 0 | 10111000 | 1100011 | 110110 |
Color Harmonies of #14EEFE
Complementary color
Monochromatic Colors of #14EEFE
Black with #14EEFE
Text Example
Text Example
White with #14EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EEFE; }
p { color: rgb(20,238,254); }
H1.HeaderClassName
{
color: #14EEFE;
}
.AnyTagClassName
{
color: #14EEFE;
}
</style>
background-color css
<style>
a { background-color: #14EEFE; }
a { background-color: rgb(20,238,254); }
div.DivClassName
{
background-color: #14EEFE;
}
.BgClassName
{
background-color: #14EEFE;
}
</style>
border-color css
<style>
span { border-color: #14EEFE; }
span { border-color: rgb(20,238,254); }
td.TdClassName
{
border-color: #14EEFE;
}
.TagClassName
{
border-color: #14EEFE;
}
</style>