Shades of Aqua #14FDEF
Tints of Aqua #14FDEF
RGB
CMYK
RGB Variations
Color information
#14FDEF (or 0x14FDEF) is known color: Aqua. HEX triplet: 14, FD and EF. RGB value is (20,253,239). Sum of RGB (Red+Green+Blue) = 20+253+239=512 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.91% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #14FDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FDEF is #EB0210. Grayscale: #B5B5B5. Windows color (decimal): -15401489 or 15727892. OLE color: 15727892.
HSL color Cylindrical-coordinate representation of color #14FDEF: hue angle of 176.39º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FDEF is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 253 | 239 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.01 |
| HSL | 176.39º | 0.98% | 0.54% | - |
| HSV(B) | 176.39º | 0.92% | 0.99% | - |
| XYZ | 50.99 | 76.63 | 93.77 | - |
| YUV | 181.74 | 160.31 | 12.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 253 | 239 | 0.92 | 0 | 0.06 | 0.01 | 176.39 | 0.98 | 0.54 |
| Hex | 14 | FD | EF | 5C | 0 | 6 | 1 | B0 | 62 | 36 |
| Octal | 24 | 375 | 357 | 134 | 0 | 6 | 1 | 260 | 142 | 66 |
| Binary | 10100 | 11111101 | 11101111 | 1011100 | 0 | 110 | 1 | 10110000 | 1100010 | 110110 |
Color Harmonies of #14FDEF
Complementary color
Monochromatic Colors of #14FDEF
Black with #14FDEF
Text Example
Text Example
White with #14FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FDEF; }
p { color: rgb(20,253,239); }
H1.HeaderClassName
{
color: #14FDEF;
}
.AnyTagClassName
{
color: #14FDEF;
}
</style>
background-color css
<style>
a { background-color: #14FDEF; }
a { background-color: rgb(20,253,239); }
div.DivClassName
{
background-color: #14FDEF;
}
.BgClassName
{
background-color: #14FDEF;
}
</style>
border-color css
<style>
span { border-color: #14FDEF; }
span { border-color: rgb(20,253,239); }
td.TdClassName
{
border-color: #14FDEF;
}
.TagClassName
{
border-color: #14FDEF;
}
</style>