Shades of Aqua #14FEED
Tints of Aqua #14FEED
RGB
CMYK
RGB Variations
Color information
#14FEED (or 0x14FEED) is known color: Aqua. HEX triplet: 14, FE and ED. RGB value is (20,254,237). Sum of RGB (Red+Green+Blue) = 20+254+237=511 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.91% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FEED is #EB0112. Grayscale: #B5B5B5. Windows color (decimal): -15401235 or 15597076. OLE color: 15597076.
HSL color Cylindrical-coordinate representation of color #14FEED: hue angle of 175.64º 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 #14FEED is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 237 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.00 |
| HSL | 175.64º | 0.99% | 0.54% | - |
| HSV(B) | 175.64º | 0.92% | 1% | - |
| XYZ | 51.02 | 77.15 | 92.32 | - |
| YUV | 182.1 | 158.98 | 12.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 237 | 0.92 | 0 | 0.07 | 0.00 | 175.64 | 0.99 | 0.54 |
| Hex | 14 | FE | ED | 5C | 0 | 7 | 0 | B0 | 63 | 36 |
| Octal | 24 | 376 | 355 | 134 | 0 | 7 | 0 | 260 | 143 | 66 |
| Binary | 10100 | 11111110 | 11101101 | 1011100 | 0 | 111 | 0 | 10110000 | 1100011 | 110110 |
Color Harmonies of #14FEED
Complementary color
Monochromatic Colors of #14FEED
Black with #14FEED
Text Example
Text Example
White with #14FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FEED; }
p { color: rgb(20,254,237); }
H1.HeaderClassName
{
color: #14FEED;
}
.AnyTagClassName
{
color: #14FEED;
}
</style>
background-color css
<style>
a { background-color: #14FEED; }
a { background-color: rgb(20,254,237); }
div.DivClassName
{
background-color: #14FEED;
}
.BgClassName
{
background-color: #14FEED;
}
</style>
border-color css
<style>
span { border-color: #14FEED; }
span { border-color: rgb(20,254,237); }
td.TdClassName
{
border-color: #14FEED;
}
.TagClassName
{
border-color: #14FEED;
}
</style>