Shades of Pale Turquoise #A1FEEF
Tints of Pale Turquoise #A1FEEF
RGB
CMYK
RGB Variations
Color information
#A1FEEF (or 0xA1FEEF) is known color: Pale Turquoise. HEX triplet: A1, FE and EF. RGB value is (161,254,239). Sum of RGB (Red+Green+Blue) = 161+254+239=654 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.62% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEEF is #5E0110. Grayscale: #E0E0E0. Windows color (decimal): -6160657 or 15728289. OLE color: 15728289.
HSL color Cylindrical-coordinate representation of color #A1FEEF: hue angle of 170.32º 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 #A1FEEF is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 239 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.00 |
| HSL | 170.32º | 0.98% | 0.81% | - |
| HSV(B) | 170.32º | 0.37% | 1% | - |
| XYZ | 65.72 | 84.69 | 94.54 | - |
| YUV | 224.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 239 | 0.37 | 0 | 0.06 | 0.00 | 170.32 | 0.98 | 0.81 |
| Hex | A1 | FE | EF | 25 | 0 | 6 | 0 | AA | 62 | 51 |
| Octal | 241 | 376 | 357 | 45 | 0 | 6 | 0 | 252 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11101111 | 100101 | 0 | 110 | 0 | 10101010 | 1100010 | 1010001 |
Color Harmonies of #A1FEEF
Complementary color
Monochromatic Colors of #A1FEEF
Black with #A1FEEF
Text Example
Text Example
White with #A1FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEEF; }
p { color: rgb(161,254,239); }
H1.HeaderClassName
{
color: #A1FEEF;
}
.AnyTagClassName
{
color: #A1FEEF;
}
</style>
background-color css
<style>
a { background-color: #A1FEEF; }
a { background-color: rgb(161,254,239); }
div.DivClassName
{
background-color: #A1FEEF;
}
.BgClassName
{
background-color: #A1FEEF;
}
</style>
border-color css
<style>
span { border-color: #A1FEEF; }
span { border-color: rgb(161,254,239); }
td.TdClassName
{
border-color: #A1FEEF;
}
.TagClassName
{
border-color: #A1FEEF;
}
</style>