Shades of Aqua #14FCFF
Tints of Aqua #14FCFF
RGB
CMYK
RGB Variations
Color information
#14FCFF (or 0x14FCFF) is known color: Aqua. HEX triplet: 14, FC and FF. RGB value is (20,252,255). Sum of RGB (Red+Green+Blue) = 20+252+255=527 (69% of max value = 765). Red value is 20 (8.20% from 255 or 3.80% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #14FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FCFF is #EB0300. Grayscale: #B6B6B6. Windows color (decimal): -15401729 or 16776212. OLE color: 16776212.
HSL color Cylindrical-coordinate representation of color #14FCFF: hue angle of 180.77º 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 #14FCFF is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 252 | 255 | - |
| CMYK | 0.92 | 0.01 | 0 | 0 |
| HSL | 180.77º | 1% | 0.54% | - |
| HSV(B) | 180.77º | 0.92% | 1% | - |
| XYZ | 53.15 | 76.99 | 106.67 | - |
| YUV | 182.97 | 168.64 | 11.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 252 | 255 | 0.92 | 0.01 | 0 | 0 | 180.77 | 1 | 0.54 |
| Hex | 14 | FC | FF | 5C | 1 | 0 | 0 | B5 | 64 | 36 |
| Octal | 24 | 374 | 377 | 134 | 1 | 0 | 0 | 265 | 144 | 66 |
| Binary | 10100 | 11111100 | 11111111 | 1011100 | 1 | 0 | 0 | 10110101 | 1100100 | 110110 |
Color Harmonies of #14FCFF
Complementary color
Monochromatic Colors of #14FCFF
Black with #14FCFF
Text Example
Text Example
White with #14FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FCFF; }
p { color: rgb(20,252,255); }
H1.HeaderClassName
{
color: #14FCFF;
}
.AnyTagClassName
{
color: #14FCFF;
}
</style>
background-color css
<style>
a { background-color: #14FCFF; }
a { background-color: rgb(20,252,255); }
div.DivClassName
{
background-color: #14FCFF;
}
.BgClassName
{
background-color: #14FCFF;
}
</style>
border-color css
<style>
span { border-color: #14FCFF; }
span { border-color: rgb(20,252,255); }
td.TdClassName
{
border-color: #14FCFF;
}
.TagClassName
{
border-color: #14FCFF;
}
</style>