Shades of Aqua #14FDFB
Tints of Aqua #14FDFB
RGB
CMYK
RGB Variations
Color information
#14FDFB (or 0x14FDFB) is known color: Aqua. HEX triplet: 14, FD and FB. RGB value is (20,253,251). Sum of RGB (Red+Green+Blue) = 20+253+251=524 (69% of max value = 765). Red value is 20 (8.20% from 255 or 3.82% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #14FDFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FDFB is #EB0204. Grayscale: #B6B6B6. Windows color (decimal): -15401477 or 16514324. OLE color: 16514324.
HSL color Cylindrical-coordinate representation of color #14FDFB: hue angle of 179.48º 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 #14FDFB is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 253 | 251 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.01 |
| HSL | 179.49º | 0.98% | 0.54% | - |
| HSV(B) | 179.49º | 0.92% | 0.99% | - |
| XYZ | 52.83 | 77.36 | 103.42 | - |
| YUV | 183.11 | 166.31 | 11.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 253 | 251 | 0.92 | 0 | 0.01 | 0.01 | 179.49 | 0.98 | 0.54 |
| Hex | 14 | FD | FB | 5C | 0 | 1 | 1 | B3 | 62 | 36 |
| Octal | 24 | 375 | 373 | 134 | 0 | 1 | 1 | 263 | 142 | 66 |
| Binary | 10100 | 11111101 | 11111011 | 1011100 | 0 | 1 | 1 | 10110011 | 1100010 | 110110 |
Color Harmonies of #14FDFB
Complementary color
Monochromatic Colors of #14FDFB
Black with #14FDFB
Text Example
Text Example
White with #14FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FDFB; }
p { color: rgb(20,253,251); }
H1.HeaderClassName
{
color: #14FDFB;
}
.AnyTagClassName
{
color: #14FDFB;
}
</style>
background-color css
<style>
a { background-color: #14FDFB; }
a { background-color: rgb(20,253,251); }
div.DivClassName
{
background-color: #14FDFB;
}
.BgClassName
{
background-color: #14FDFB;
}
</style>
border-color css
<style>
span { border-color: #14FDFB; }
span { border-color: rgb(20,253,251); }
td.TdClassName
{
border-color: #14FDFB;
}
.TagClassName
{
border-color: #14FDFB;
}
</style>