Shades of Aqua #14FFF6
Tints of Aqua #14FFF6
RGB
CMYK
RGB Variations
Color information
#14FFF6 (or 0x14FFF6) is known color: Aqua. HEX triplet: 14, FF and F6. RGB value is (20,255,246). Sum of RGB (Red+Green+Blue) = 20+255+246=521 (69% of max value = 765). Red value is 20 (8.20% from 255 or 3.84% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFF6 is #EB0009. Grayscale: #B7B7B7. Windows color (decimal): -15400970 or 16187156. OLE color: 16187156.
HSL color Cylindrical-coordinate representation of color #14FFF6: hue angle of 177.7º 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 #14FFF6 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 246 | - |
| CMYK | 0.92 | 0 | 0.04 | 0 |
| HSL | 177.7º | 1% | 0.54% | - |
| HSV(B) | 177.7º | 0.92% | 1% | - |
| XYZ | 52.68 | 78.32 | 99.53 | - |
| YUV | 183.71 | 163.14 | 11.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 246 | 0.92 | 0 | 0.04 | 0 | 177.7 | 1 | 0.54 |
| Hex | 14 | FF | F6 | 5C | 0 | 4 | 0 | B2 | 64 | 36 |
| Octal | 24 | 377 | 366 | 134 | 0 | 4 | 0 | 262 | 144 | 66 |
| Binary | 10100 | 11111111 | 11110110 | 1011100 | 0 | 100 | 0 | 10110010 | 1100100 | 110110 |
Color Harmonies of #14FFF6
Complementary color
Monochromatic Colors of #14FFF6
Black with #14FFF6
Text Example
Text Example
White with #14FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFF6; }
p { color: rgb(20,255,246); }
H1.HeaderClassName
{
color: #14FFF6;
}
.AnyTagClassName
{
color: #14FFF6;
}
</style>
background-color css
<style>
a { background-color: #14FFF6; }
a { background-color: rgb(20,255,246); }
div.DivClassName
{
background-color: #14FFF6;
}
.BgClassName
{
background-color: #14FFF6;
}
</style>
border-color css
<style>
span { border-color: #14FFF6; }
span { border-color: rgb(20,255,246); }
td.TdClassName
{
border-color: #14FFF6;
}
.TagClassName
{
border-color: #14FFF6;
}
</style>