Shades of Aqua #14FFFA
Tints of Aqua #14FFFA
RGB
CMYK
RGB Variations
Color information
#14FFFA (or 0x14FFFA) is known color: Aqua. HEX triplet: 14, FF and FA. RGB value is (20,255,250). Sum of RGB (Red+Green+Blue) = 20+255+250=525 (69% of max value = 765). Red value is 20 (8.20% from 255 or 3.81% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFFA is #EB0005. Grayscale: #B7B7B7. Windows color (decimal): -15400966 or 16449300. OLE color: 16449300.
HSL color Cylindrical-coordinate representation of color #14FFFA: hue angle of 178.72º 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 #14FFFA is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 250 | - |
| CMYK | 0.92 | 0 | 0.02 | 0 |
| HSL | 178.72º | 1% | 0.54% | - |
| HSV(B) | 178.72º | 0.92% | 1% | - |
| XYZ | 53.3 | 78.57 | 102.8 | - |
| YUV | 184.17 | 165.14 | 10.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 250 | 0.92 | 0 | 0.02 | 0 | 178.72 | 1 | 0.54 |
| Hex | 14 | FF | FA | 5C | 0 | 2 | 0 | B3 | 64 | 36 |
| Octal | 24 | 377 | 372 | 134 | 0 | 2 | 0 | 263 | 144 | 66 |
| Binary | 10100 | 11111111 | 11111010 | 1011100 | 0 | 10 | 0 | 10110011 | 1100100 | 110110 |
Color Harmonies of #14FFFA
Complementary color
Monochromatic Colors of #14FFFA
Black with #14FFFA
Text Example
Text Example
White with #14FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFFA; }
p { color: rgb(20,255,250); }
H1.HeaderClassName
{
color: #14FFFA;
}
.AnyTagClassName
{
color: #14FFFA;
}
</style>
background-color css
<style>
a { background-color: #14FFFA; }
a { background-color: rgb(20,255,250); }
div.DivClassName
{
background-color: #14FFFA;
}
.BgClassName
{
background-color: #14FFFA;
}
</style>
border-color css
<style>
span { border-color: #14FFFA; }
span { border-color: rgb(20,255,250); }
td.TdClassName
{
border-color: #14FFFA;
}
.TagClassName
{
border-color: #14FFFA;
}
</style>