Shades of Pale Turquoise #A1FEE9
Tints of Pale Turquoise #A1FEE9
RGB
CMYK
RGB Variations
Color information
#A1FEE9 (or 0xA1FEE9) is known color: Pale Turquoise. HEX triplet: A1, FE and E9. RGB value is (161,254,233). Sum of RGB (Red+Green+Blue) = 161+254+233=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEE9 is #5E0116. Grayscale: #DFDFDF. Windows color (decimal): -6160663 or 15335073. OLE color: 15335073.
HSL color Cylindrical-coordinate representation of color #A1FEE9: hue angle of 166.45º 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 #A1FEE9 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 233 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.00 |
| HSL | 166.45º | 0.98% | 0.81% | - |
| HSV(B) | 166.45º | 0.37% | 1% | - |
| XYZ | 64.85 | 84.34 | 89.95 | - |
| YUV | 223.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 233 | 0.37 | 0 | 0.08 | 0.00 | 166.45 | 0.98 | 0.81 |
| Hex | A1 | FE | E9 | 25 | 0 | 8 | 0 | A6 | 62 | 51 |
| Octal | 241 | 376 | 351 | 45 | 0 | 10 | 0 | 246 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11101001 | 100101 | 0 | 1000 | 0 | 10100110 | 1100010 | 1010001 |
Color Harmonies of #A1FEE9
Complementary color
Monochromatic Colors of #A1FEE9
Black with #A1FEE9
Text Example
Text Example
White with #A1FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEE9; }
p { color: rgb(161,254,233); }
H1.HeaderClassName
{
color: #A1FEE9;
}
.AnyTagClassName
{
color: #A1FEE9;
}
</style>
background-color css
<style>
a { background-color: #A1FEE9; }
a { background-color: rgb(161,254,233); }
div.DivClassName
{
background-color: #A1FEE9;
}
.BgClassName
{
background-color: #A1FEE9;
}
</style>
border-color css
<style>
span { border-color: #A1FEE9; }
span { border-color: rgb(161,254,233); }
td.TdClassName
{
border-color: #A1FEE9;
}
.TagClassName
{
border-color: #A1FEE9;
}
</style>