Shades of Aqua #14FFFD
Tints of Aqua #14FFFD
RGB
CMYK
RGB Variations
Color information
#14FFFD (or 0x14FFFD) is known color: Aqua. HEX triplet: 14, FF and FD. RGB value is (20,255,253). Sum of RGB (Red+Green+Blue) = 20+255+253=528 (69% of max value = 765). Red value is 20 (8.20% from 255 or 3.79% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFFD is #EB0002. Grayscale: #B8B8B8. Windows color (decimal): -15400963 or 16645908. OLE color: 16645908.
HSL color Cylindrical-coordinate representation of color #14FFFD: hue angle of 179.49º 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 #14FFFD is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 253 | - |
| CMYK | 0.92 | 0 | 0.01 | 0 |
| HSL | 179.49º | 1% | 0.54% | - |
| HSV(B) | 179.49º | 0.92% | 1% | - |
| XYZ | 53.78 | 78.76 | 105.3 | - |
| YUV | 184.51 | 166.64 | 10.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 253 | 0.92 | 0 | 0.01 | 0 | 179.49 | 1 | 0.54 |
| Hex | 14 | FF | FD | 5C | 0 | 1 | 0 | B3 | 64 | 36 |
| Octal | 24 | 377 | 375 | 134 | 0 | 1 | 0 | 263 | 144 | 66 |
| Binary | 10100 | 11111111 | 11111101 | 1011100 | 0 | 1 | 0 | 10110011 | 1100100 | 110110 |
Color Harmonies of #14FFFD
Complementary color
Monochromatic Colors of #14FFFD
Black with #14FFFD
Text Example
Text Example
White with #14FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFFD; }
p { color: rgb(20,255,253); }
H1.HeaderClassName
{
color: #14FFFD;
}
.AnyTagClassName
{
color: #14FFFD;
}
</style>
background-color css
<style>
a { background-color: #14FFFD; }
a { background-color: rgb(20,255,253); }
div.DivClassName
{
background-color: #14FFFD;
}
.BgClassName
{
background-color: #14FFFD;
}
</style>
border-color css
<style>
span { border-color: #14FFFD; }
span { border-color: rgb(20,255,253); }
td.TdClassName
{
border-color: #14FFFD;
}
.TagClassName
{
border-color: #14FFFD;
}
</style>