Shades of Pale Turquoise #A1FFED
Tints of Pale Turquoise #A1FFED
RGB
CMYK
RGB Variations
Color information
#A1FFED (or 0xA1FFED) is known color: Pale Turquoise. HEX triplet: A1, FF and ED. RGB value is (161,255,237). Sum of RGB (Red+Green+Blue) = 161+255+237=653 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.66% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFED is #5E0012. Grayscale: #E0E0E0. Windows color (decimal): -6160403 or 15597473. OLE color: 15597473.
HSL color Cylindrical-coordinate representation of color #A1FFED: hue angle of 168.51º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFED is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 237 | - |
| CMYK | 0.37 | 0 | 0.07 | 0 |
| HSL | 168.51º | 1% | 0.82% | - |
| HSV(B) | 168.51º | 0.37% | 1% | - |
| XYZ | 65.74 | 85.21 | 93.1 | - |
| YUV | 224.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 237 | 0.37 | 0 | 0.07 | 0 | 168.51 | 1 | 0.82 |
| Hex | A1 | FF | ED | 25 | 0 | 7 | 0 | A9 | 64 | 52 |
| Octal | 241 | 377 | 355 | 45 | 0 | 7 | 0 | 251 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11101101 | 100101 | 0 | 111 | 0 | 10101001 | 1100100 | 1010010 |
Color Harmonies of #A1FFED
Complementary color
Monochromatic Colors of #A1FFED
Black with #A1FFED
Text Example
Text Example
White with #A1FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFED; }
p { color: rgb(161,255,237); }
H1.HeaderClassName
{
color: #A1FFED;
}
.AnyTagClassName
{
color: #A1FFED;
}
</style>
background-color css
<style>
a { background-color: #A1FFED; }
a { background-color: rgb(161,255,237); }
div.DivClassName
{
background-color: #A1FFED;
}
.BgClassName
{
background-color: #A1FFED;
}
</style>
border-color css
<style>
span { border-color: #A1FFED; }
span { border-color: rgb(161,255,237); }
td.TdClassName
{
border-color: #A1FFED;
}
.TagClassName
{
border-color: #A1FFED;
}
</style>