Shades of Pale Turquoise #A1FEFA
Tints of Pale Turquoise #A1FEFA
RGB
CMYK
RGB Variations
Color information
#A1FEFA (or 0xA1FEFA) is known color: Pale Turquoise. HEX triplet: A1, FE and FA. RGB value is (161,254,250). Sum of RGB (Red+Green+Blue) = 161+254+250=665 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.21% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEFA is #5E0105. Grayscale: #E1E1E1. Windows color (decimal): -6160646 or 16449185. OLE color: 16449185.
HSL color Cylindrical-coordinate representation of color #A1FEFA: hue angle of 177.42º 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 #A1FEFA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 250 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.00 |
| HSL | 177.42º | 0.98% | 0.81% | - |
| HSV(B) | 177.42º | 0.37% | 1% | - |
| XYZ | 67.4 | 85.36 | 103.37 | - |
| YUV | 225.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 250 | 0.37 | 0 | 0.02 | 0.00 | 177.42 | 0.98 | 0.81 |
| Hex | A1 | FE | FA | 25 | 0 | 2 | 0 | B1 | 62 | 51 |
| Octal | 241 | 376 | 372 | 45 | 0 | 2 | 0 | 261 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11111010 | 100101 | 0 | 10 | 0 | 10110001 | 1100010 | 1010001 |
Color Harmonies of #A1FEFA
Complementary color
Monochromatic Colors of #A1FEFA
Black with #A1FEFA
Text Example
Text Example
White with #A1FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEFA; }
p { color: rgb(161,254,250); }
H1.HeaderClassName
{
color: #A1FEFA;
}
.AnyTagClassName
{
color: #A1FEFA;
}
</style>
background-color css
<style>
a { background-color: #A1FEFA; }
a { background-color: rgb(161,254,250); }
div.DivClassName
{
background-color: #A1FEFA;
}
.BgClassName
{
background-color: #A1FEFA;
}
</style>
border-color css
<style>
span { border-color: #A1FEFA; }
span { border-color: rgb(161,254,250); }
td.TdClassName
{
border-color: #A1FEFA;
}
.TagClassName
{
border-color: #A1FEFA;
}
</style>