Shades of Aqua #14FCF2
Tints of Aqua #14FCF2
RGB
CMYK
RGB Variations
Color information
#14FCF2 (or 0x14FCF2) is known color: Aqua. HEX triplet: 14, FC and F2. RGB value is (20,252,242). Sum of RGB (Red+Green+Blue) = 20+252+242=514 (68% of max value = 765). Red value is 20 (8.20% from 255 or 3.89% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #14FCF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FCF2 is #EB030D. Grayscale: #B5B5B5. Windows color (decimal): -15401742 or 15924244. OLE color: 15924244.
HSL color Cylindrical-coordinate representation of color #14FCF2: hue angle of 177.41º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FCF2 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 252 | 242 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.01 |
| HSL | 177.41º | 0.97% | 0.53% | - |
| HSV(B) | 177.41º | 0.92% | 0.99% | - |
| XYZ | 51.13 | 76.18 | 96.01 | - |
| YUV | 181.49 | 162.14 | 12.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 242 | 0.92 | 0 | 0.04 | 0.01 | 177.41 | 0.97 | 0.53 |
| Hex | 14 | FC | F2 | 5C | 0 | 4 | 1 | B1 | 61 | 35 |
| Octal | 24 | 374 | 362 | 134 | 0 | 4 | 1 | 261 | 141 | 65 |
| Binary | 10100 | 11111100 | 11110010 | 1011100 | 0 | 100 | 1 | 10110001 | 1100001 | 110101 |
Color Harmonies of #14FCF2
Complementary color
Monochromatic Colors of #14FCF2
Black with #14FCF2
Text Example
Text Example
White with #14FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCF2; }
p { color: rgb(20,252,242); }
H1.HeaderClassName
{
color: #14FCF2;
}
.AnyTagClassName
{
color: #14FCF2;
}
</style>
background-color css
<style>
a { background-color: #14FCF2; }
a { background-color: rgb(20,252,242); }
div.DivClassName
{
background-color: #14FCF2;
}
.BgClassName
{
background-color: #14FCF2;
}
</style>
border-color css
<style>
span { border-color: #14FCF2; }
span { border-color: rgb(20,252,242); }
td.TdClassName
{
border-color: #14FCF2;
}
.TagClassName
{
border-color: #14FCF2;
}
</style>