Shades of Pale Turquoise #A1FEFD
Tints of Pale Turquoise #A1FEFD
RGB
CMYK
RGB Variations
Color information
#A1FEFD (or 0xA1FEFD) is known color: Pale Turquoise. HEX triplet: A1, FE and FD. RGB value is (161,254,253). Sum of RGB (Red+Green+Blue) = 161+254+253=668 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.10% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEFD is #5E0102. Grayscale: #E1E1E1. Windows color (decimal): -6160643 or 16645793. OLE color: 16645793.
HSL color Cylindrical-coordinate representation of color #A1FEFD: hue angle of 179.35º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FEFD is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 253 | - |
| CMYK | 0.37 | 0 | 0.00 | 0.00 |
| HSL | 179.35º | 0.98% | 0.81% | - |
| HSV(B) | 179.35º | 0.37% | 1% | - |
| XYZ | 67.87 | 85.55 | 105.86 | - |
| YUV | 226.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 253 | 0.37 | 0 | 0.00 | 0.00 | 179.35 | 0.98 | 0.81 |
| Hex | A1 | FE | FD | 25 | 0 | 0 | 0 | B3 | 62 | 51 |
| Octal | 241 | 376 | 375 | 45 | 0 | 0 | 0 | 263 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11111101 | 100101 | 0 | 0 | 0 | 10110011 | 1100010 | 1010001 |
Color Harmonies of #A1FEFD
Complementary color
Monochromatic Colors of #A1FEFD
Black with #A1FEFD
Text Example
Text Example
White with #A1FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEFD; }
p { color: rgb(161,254,253); }
H1.HeaderClassName
{
color: #A1FEFD;
}
.AnyTagClassName
{
color: #A1FEFD;
}
</style>
background-color css
<style>
a { background-color: #A1FEFD; }
a { background-color: rgb(161,254,253); }
div.DivClassName
{
background-color: #A1FEFD;
}
.BgClassName
{
background-color: #A1FEFD;
}
</style>
border-color css
<style>
span { border-color: #A1FEFD; }
span { border-color: rgb(161,254,253); }
td.TdClassName
{
border-color: #A1FEFD;
}
.TagClassName
{
border-color: #A1FEFD;
}
</style>