Shades of Aqua #14EFFF
Tints of Aqua #14EFFF
RGB
CMYK
RGB Variations
Color information
#14EFFF (or 0x14EFFF) is known color: Aqua. HEX triplet: 14, EF and FF. RGB value is (20,239,255). Sum of RGB (Red+Green+Blue) = 20+239+255=514 (68% of max value = 765). Red value is 20 (8.20% from 255 or 3.89% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #14EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EFFF is #EB1000. Grayscale: #AFAFAF. Windows color (decimal): -15405057 or 16772884. OLE color: 16772884.
HSL color Cylindrical-coordinate representation of color #14EFFF: hue angle of 184.09º 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 #14EFFF is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 239 | 255 | - |
| CMYK | 0.92 | 0.06 | 0 | 0 |
| HSL | 184.09º | 1% | 0.54% | - |
| HSV(B) | 184.09º | 0.92% | 1% | - |
| XYZ | 49.2 | 69.1 | 105.35 | - |
| YUV | 175.34 | 172.95 | 17.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 255 | 0.92 | 0.06 | 0 | 0 | 184.09 | 1 | 0.54 |
| Hex | 14 | EF | FF | 5C | 6 | 0 | 0 | B8 | 64 | 36 |
| Octal | 24 | 357 | 377 | 134 | 6 | 0 | 0 | 270 | 144 | 66 |
| Binary | 10100 | 11101111 | 11111111 | 1011100 | 110 | 0 | 0 | 10111000 | 1100100 | 110110 |
Color Harmonies of #14EFFF
Complementary color
Monochromatic Colors of #14EFFF
Black with #14EFFF
Text Example
Text Example
White with #14EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EFFF; }
p { color: rgb(20,239,255); }
H1.HeaderClassName
{
color: #14EFFF;
}
.AnyTagClassName
{
color: #14EFFF;
}
</style>
background-color css
<style>
a { background-color: #14EFFF; }
a { background-color: rgb(20,239,255); }
div.DivClassName
{
background-color: #14EFFF;
}
.BgClassName
{
background-color: #14EFFF;
}
</style>
border-color css
<style>
span { border-color: #14EFFF; }
span { border-color: rgb(20,239,255); }
td.TdClassName
{
border-color: #14EFFF;
}
.TagClassName
{
border-color: #14EFFF;
}
</style>