Shades of Aqua #14F2FA
Tints of Aqua #14F2FA
RGB
CMYK
RGB Variations
Color information
#14F2FA (or 0x14F2FA) is known color: Aqua. HEX triplet: 14, F2 and FA. RGB value is (20,242,250). Sum of RGB (Red+Green+Blue) = 20+242+250=512 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.91% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #14F2FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F2FA is #EB0D05. Grayscale: #B0B0B0. Windows color (decimal): -15404294 or 16445972. OLE color: 16445972.
HSL color Cylindrical-coordinate representation of color #14F2FA: hue angle of 182.09º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F2FA is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 242 | 250 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.02 |
| HSL | 182.09º | 0.96% | 0.53% | - |
| HSV(B) | 182.09º | 0.92% | 0.98% | - |
| XYZ | 49.3 | 70.56 | 101.46 | - |
| YUV | 176.53 | 169.45 | 16.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 250 | 0.92 | 0.03 | 0 | 0.02 | 182.09 | 0.96 | 0.53 |
| Hex | 14 | F2 | FA | 5C | 3 | 0 | 2 | B6 | 60 | 35 |
| Octal | 24 | 362 | 372 | 134 | 3 | 0 | 2 | 266 | 140 | 65 |
| Binary | 10100 | 11110010 | 11111010 | 1011100 | 11 | 0 | 10 | 10110110 | 1100000 | 110101 |
Color Harmonies of #14F2FA
Complementary color
Monochromatic Colors of #14F2FA
Black with #14F2FA
Text Example
Text Example
White with #14F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2FA; }
p { color: rgb(20,242,250); }
H1.HeaderClassName
{
color: #14F2FA;
}
.AnyTagClassName
{
color: #14F2FA;
}
</style>
background-color css
<style>
a { background-color: #14F2FA; }
a { background-color: rgb(20,242,250); }
div.DivClassName
{
background-color: #14F2FA;
}
.BgClassName
{
background-color: #14F2FA;
}
</style>
border-color css
<style>
span { border-color: #14F2FA; }
span { border-color: rgb(20,242,250); }
td.TdClassName
{
border-color: #14F2FA;
}
.TagClassName
{
border-color: #14F2FA;
}
</style>