Shades of Aqua #14FEFF
Tints of Aqua #14FEFF
RGB
CMYK
RGB Variations
Color information
#14FEFF (or 0x14FEFF) is known color: Aqua. HEX triplet: 14, FE and FF. RGB value is (20,254,255). Sum of RGB (Red+Green+Blue) = 20+254+255=529 (70% of max value = 765). Red value is 20 (8.20% from 255 or 3.78% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #14FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FEFF is #EB0100. Grayscale: #B7B7B7. Windows color (decimal): -15401217 or 16776724. OLE color: 16776724.
HSL color Cylindrical-coordinate representation of color #14FEFF: hue angle of 180.26º 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 #14FEFF is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 254 | 255 | - |
| CMYK | 0.92 | 0.00 | 0 | 0 |
| HSL | 180.26º | 1% | 0.54% | - |
| HSV(B) | 180.26º | 0.92% | 1% | - |
| XYZ | 53.78 | 78.25 | 106.88 | - |
| YUV | 184.15 | 167.98 | 10.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 255 | 0.92 | 0.00 | 0 | 0 | 180.26 | 1 | 0.54 |
| Hex | 14 | FE | FF | 5C | 0 | 0 | 0 | B4 | 64 | 36 |
| Octal | 24 | 376 | 377 | 134 | 0 | 0 | 0 | 264 | 144 | 66 |
| Binary | 10100 | 11111110 | 11111111 | 1011100 | 0 | 0 | 0 | 10110100 | 1100100 | 110110 |
Color Harmonies of #14FEFF
Complementary color
Monochromatic Colors of #14FEFF
Black with #14FEFF
Text Example
Text Example
White with #14FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FEFF; }
p { color: rgb(20,254,255); }
H1.HeaderClassName
{
color: #14FEFF;
}
.AnyTagClassName
{
color: #14FEFF;
}
</style>
background-color css
<style>
a { background-color: #14FEFF; }
a { background-color: rgb(20,254,255); }
div.DivClassName
{
background-color: #14FEFF;
}
.BgClassName
{
background-color: #14FEFF;
}
</style>
border-color css
<style>
span { border-color: #14FEFF; }
span { border-color: rgb(20,254,255); }
td.TdClassName
{
border-color: #14FEFF;
}
.TagClassName
{
border-color: #14FEFF;
}
</style>