Shades of Pale Turquoise #A1FFEF
Tints of Pale Turquoise #A1FFEF
RGB
CMYK
RGB Variations
Color information
#A1FFEF (or 0xA1FFEF) is known color: Pale Turquoise. HEX triplet: A1, FF and EF. RGB value is (161,255,239). Sum of RGB (Red+Green+Blue) = 161+255+239=655 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.58% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFEF is #5E0010. Grayscale: #E1E1E1. Windows color (decimal): -6160401 or 15728545. OLE color: 15728545.
HSL color Cylindrical-coordinate representation of color #A1FFEF: hue angle of 169.79º 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 #A1FFEF is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 239 | - |
| CMYK | 0.37 | 0 | 0.06 | 0 |
| HSL | 169.79º | 1% | 0.82% | - |
| HSV(B) | 169.79º | 0.37% | 1% | - |
| XYZ | 66.04 | 85.33 | 94.65 | - |
| YUV | 225.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 239 | 0.37 | 0 | 0.06 | 0 | 169.79 | 1 | 0.82 |
| Hex | A1 | FF | EF | 25 | 0 | 6 | 0 | AA | 64 | 52 |
| Octal | 241 | 377 | 357 | 45 | 0 | 6 | 0 | 252 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11101111 | 100101 | 0 | 110 | 0 | 10101010 | 1100100 | 1010010 |
Color Harmonies of #A1FFEF
Complementary color
Monochromatic Colors of #A1FFEF
Black with #A1FFEF
Text Example
Text Example
White with #A1FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFEF; }
p { color: rgb(161,255,239); }
H1.HeaderClassName
{
color: #A1FFEF;
}
.AnyTagClassName
{
color: #A1FFEF;
}
</style>
background-color css
<style>
a { background-color: #A1FFEF; }
a { background-color: rgb(161,255,239); }
div.DivClassName
{
background-color: #A1FFEF;
}
.BgClassName
{
background-color: #A1FFEF;
}
</style>
border-color css
<style>
span { border-color: #A1FFEF; }
span { border-color: rgb(161,255,239); }
td.TdClassName
{
border-color: #A1FFEF;
}
.TagClassName
{
border-color: #A1FFEF;
}
</style>