Shades of Aqua #14FDFF
Tints of Aqua #14FDFF
RGB
CMYK
RGB Variations
Color information
#14FDFF (or 0x14FDFF) is known color: Aqua. HEX triplet: 14, FD and FF. RGB value is (20,253,255). Sum of RGB (Red+Green+Blue) = 20+253+255=528 (69% of max value = 765). Red value is 20 (8.20% from 255 or 3.79% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #14FDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FDFF is #EB0200. Grayscale: #B7B7B7. Windows color (decimal): -15401473 or 16776468. OLE color: 16776468.
HSL color Cylindrical-coordinate representation of color #14FDFF: hue angle of 180.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FDFF is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 253 | 255 | - |
| CMYK | 0.92 | 0.01 | 0 | 0 |
| HSL | 180.51º | 1% | 0.54% | - |
| HSV(B) | 180.51º | 0.92% | 1% | - |
| XYZ | 53.46 | 77.62 | 106.77 | - |
| YUV | 183.56 | 168.31 | 11.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 253 | 255 | 0.92 | 0.01 | 0 | 0 | 180.51 | 1 | 0.54 |
| Hex | 14 | FD | FF | 5C | 1 | 0 | 0 | B5 | 64 | 36 |
| Octal | 24 | 375 | 377 | 134 | 1 | 0 | 0 | 265 | 144 | 66 |
| Binary | 10100 | 11111101 | 11111111 | 1011100 | 1 | 0 | 0 | 10110101 | 1100100 | 110110 |
Color Harmonies of #14FDFF
Complementary color
Monochromatic Colors of #14FDFF
Black with #14FDFF
Text Example
Text Example
White with #14FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FDFF; }
p { color: rgb(20,253,255); }
H1.HeaderClassName
{
color: #14FDFF;
}
.AnyTagClassName
{
color: #14FDFF;
}
</style>
background-color css
<style>
a { background-color: #14FDFF; }
a { background-color: rgb(20,253,255); }
div.DivClassName
{
background-color: #14FDFF;
}
.BgClassName
{
background-color: #14FDFF;
}
</style>
border-color css
<style>
span { border-color: #14FDFF; }
span { border-color: rgb(20,253,255); }
td.TdClassName
{
border-color: #14FDFF;
}
.TagClassName
{
border-color: #14FDFF;
}
</style>