Shades of Aqua #14FFFF
Tints of Aqua #14FFFF
RGB
CMYK
RGB Variations
Color information
#14FFFF (or 0x14FFFF) is known color: Aqua. HEX triplet: 14, FF and FF. RGB value is (20,255,255). Sum of RGB (Red+Green+Blue) = 20+255+255=530 (70% of max value = 765). Red value is 20 (8.20% from 255 or 3.77% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #14FFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFFF is #EB0000. Grayscale: #B8B8B8. Windows color (decimal): -15400961 or 16776980. OLE color: 16776980.
HSL color Cylindrical-coordinate representation of color #14FFFF: hue angle of 180º 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 #14FFFF is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 255 | - |
| CMYK | 0.92 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.54% | - |
| HSV(B) | 180º | 0.92% | 1% | - |
| XYZ | 54.1 | 78.89 | 106.98 | - |
| YUV | 184.74 | 167.64 | 10.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 255 | 0.92 | 0 | 0 | 0 | 180 | 1 | 0.54 |
| Hex | 14 | FF | FF | 5C | 0 | 0 | 0 | B4 | 64 | 36 |
| Octal | 24 | 377 | 377 | 134 | 0 | 0 | 0 | 264 | 144 | 66 |
| Binary | 10100 | 11111111 | 11111111 | 1011100 | 0 | 0 | 0 | 10110100 | 1100100 | 110110 |
Color Harmonies of #14FFFF
Complementary color
Monochromatic Colors of #14FFFF
Black with #14FFFF
Text Example
Text Example
White with #14FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFFF; }
p { color: rgb(20,255,255); }
H1.HeaderClassName
{
color: #14FFFF;
}
.AnyTagClassName
{
color: #14FFFF;
}
</style>
background-color css
<style>
a { background-color: #14FFFF; }
a { background-color: rgb(20,255,255); }
div.DivClassName
{
background-color: #14FFFF;
}
.BgClassName
{
background-color: #14FFFF;
}
</style>
border-color css
<style>
span { border-color: #14FFFF; }
span { border-color: rgb(20,255,255); }
td.TdClassName
{
border-color: #14FFFF;
}
.TagClassName
{
border-color: #14FFFF;
}
</style>