Shades of Aqua #14FEFC
Tints of Aqua #14FEFC
RGB
CMYK
RGB Variations
Color information
#14FEFC (or 0x14FEFC) is known color: Aqua. HEX triplet: 14, FE and FC. RGB value is (20,254,252). Sum of RGB (Red+Green+Blue) = 20+254+252=526 (69% of max value = 765). Red value is 20 (8.20% from 255 or 3.80% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #14FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FEFC is #EB0103. Grayscale: #B7B7B7. Windows color (decimal): -15401220 or 16580116. OLE color: 16580116.
HSL color Cylindrical-coordinate representation of color #14FEFC: hue angle of 179.49º 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 #14FEFC is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 252 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.00 |
| HSL | 179.49º | 0.99% | 0.54% | - |
| HSV(B) | 179.49º | 0.92% | 1% | - |
| XYZ | 53.3 | 78.06 | 104.35 | - |
| YUV | 183.81 | 166.48 | 11.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 252 | 0.92 | 0 | 0.01 | 0.00 | 179.49 | 0.99 | 0.54 |
| Hex | 14 | FE | FC | 5C | 0 | 1 | 0 | B3 | 63 | 36 |
| Octal | 24 | 376 | 374 | 134 | 0 | 1 | 0 | 263 | 143 | 66 |
| Binary | 10100 | 11111110 | 11111100 | 1011100 | 0 | 1 | 0 | 10110011 | 1100011 | 110110 |
Color Harmonies of #14FEFC
Complementary color
Monochromatic Colors of #14FEFC
Black with #14FEFC
Text Example
Text Example
White with #14FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FEFC; }
p { color: rgb(20,254,252); }
H1.HeaderClassName
{
color: #14FEFC;
}
.AnyTagClassName
{
color: #14FEFC;
}
</style>
background-color css
<style>
a { background-color: #14FEFC; }
a { background-color: rgb(20,254,252); }
div.DivClassName
{
background-color: #14FEFC;
}
.BgClassName
{
background-color: #14FEFC;
}
</style>
border-color css
<style>
span { border-color: #14FEFC; }
span { border-color: rgb(20,254,252); }
td.TdClassName
{
border-color: #14FEFC;
}
.TagClassName
{
border-color: #14FEFC;
}
</style>