Shades of Aqua #14F2F4
Tints of Aqua #14F2F4
RGB
CMYK
RGB Variations
Color information
#14F2F4 (or 0x14F2F4) is known color: Aqua. HEX triplet: 14, F2 and F4. RGB value is (20,242,244). Sum of RGB (Red+Green+Blue) = 20+242+244=506 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.95% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #14F2F4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F2F4 is #EB0D0B. Grayscale: #AFAFAF. Windows color (decimal): -15404300 or 16052756. OLE color: 16052756.
HSL color Cylindrical-coordinate representation of color #14F2F4: hue angle of 180.54º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F2F4 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 242 | 244 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.04 |
| HSL | 180.54º | 0.91% | 0.52% | - |
| HSV(B) | 180.54º | 0.92% | 0.96% | - |
| XYZ | 48.37 | 70.18 | 96.59 | - |
| YUV | 175.85 | 166.45 | 16.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 244 | 0.92 | 0.01 | 0 | 0.04 | 180.54 | 0.91 | 0.52 |
| Hex | 14 | F2 | F4 | 5C | 1 | 0 | 4 | B5 | 5B | 34 |
| Octal | 24 | 362 | 364 | 134 | 1 | 0 | 4 | 265 | 133 | 64 |
| Binary | 10100 | 11110010 | 11110100 | 1011100 | 1 | 0 | 100 | 10110101 | 1011011 | 110100 |
Color Harmonies of #14F2F4
Complementary color
Monochromatic Colors of #14F2F4
Black with #14F2F4
Text Example
Text Example
White with #14F2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2F4; }
p { color: rgb(20,242,244); }
H1.HeaderClassName
{
color: #14F2F4;
}
.AnyTagClassName
{
color: #14F2F4;
}
</style>
background-color css
<style>
a { background-color: #14F2F4; }
a { background-color: rgb(20,242,244); }
div.DivClassName
{
background-color: #14F2F4;
}
.BgClassName
{
background-color: #14F2F4;
}
</style>
border-color css
<style>
span { border-color: #14F2F4; }
span { border-color: rgb(20,242,244); }
td.TdClassName
{
border-color: #14F2F4;
}
.TagClassName
{
border-color: #14F2F4;
}
</style>