Shades of Pale Turquoise #A1FEED
Tints of Pale Turquoise #A1FEED
RGB
CMYK
RGB Variations
Color information
#A1FEED (or 0xA1FEED) is known color: Pale Turquoise. HEX triplet: A1, FE and ED. RGB value is (161,254,237). Sum of RGB (Red+Green+Blue) = 161+254+237=652 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.69% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEED is #5E0112. Grayscale: #E0E0E0. Windows color (decimal): -6160659 or 15597217. OLE color: 15597217.
HSL color Cylindrical-coordinate representation of color #A1FEED: hue angle of 169.03º 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 #A1FEED is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 237 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.00 |
| HSL | 169.03º | 0.98% | 0.81% | - |
| HSV(B) | 169.03º | 0.37% | 1% | - |
| XYZ | 65.43 | 84.58 | 93 | - |
| YUV | 224.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 237 | 0.37 | 0 | 0.07 | 0.00 | 169.03 | 0.98 | 0.81 |
| Hex | A1 | FE | ED | 25 | 0 | 7 | 0 | A9 | 62 | 51 |
| Octal | 241 | 376 | 355 | 45 | 0 | 7 | 0 | 251 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11101101 | 100101 | 0 | 111 | 0 | 10101001 | 1100010 | 1010001 |
Color Harmonies of #A1FEED
Complementary color
Monochromatic Colors of #A1FEED
Black with #A1FEED
Text Example
Text Example
White with #A1FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEED; }
p { color: rgb(161,254,237); }
H1.HeaderClassName
{
color: #A1FEED;
}
.AnyTagClassName
{
color: #A1FEED;
}
</style>
background-color css
<style>
a { background-color: #A1FEED; }
a { background-color: rgb(161,254,237); }
div.DivClassName
{
background-color: #A1FEED;
}
.BgClassName
{
background-color: #A1FEED;
}
</style>
border-color css
<style>
span { border-color: #A1FEED; }
span { border-color: rgb(161,254,237); }
td.TdClassName
{
border-color: #A1FEED;
}
.TagClassName
{
border-color: #A1FEED;
}
</style>