Shades of Pale Turquoise #A1FAEA
Tints of Pale Turquoise #A1FAEA
RGB
CMYK
RGB Variations
Color information
#A1FAEA (or 0xA1FAEA) is known color: Pale Turquoise. HEX triplet: A1, FA and EA. RGB value is (161,250,234). Sum of RGB (Red+Green+Blue) = 161+250+234=645 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.96% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAEA is #5E0515. Grayscale: #DDDDDD. Windows color (decimal): -6161686 or 15399585. OLE color: 15399585.
HSL color Cylindrical-coordinate representation of color #A1FAEA: hue angle of 169.21º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAEA is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 234 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.02 |
| HSL | 169.21º | 0.9% | 0.81% | - |
| HSV(B) | 169.21º | 0.36% | 0.98% | - |
| XYZ | 63.73 | 81.89 | 90.29 | - |
| YUV | 221.57 | 135.01 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 234 | 0.36 | 0 | 0.06 | 0.02 | 169.21 | 0.9 | 0.81 |
| Hex | A1 | FA | EA | 24 | 0 | 6 | 2 | A9 | 5A | 51 |
| Octal | 241 | 372 | 352 | 44 | 0 | 6 | 2 | 251 | 132 | 121 |
| Binary | 10100001 | 11111010 | 11101010 | 100100 | 0 | 110 | 10 | 10101001 | 1011010 | 1010001 |
Color Harmonies of #A1FAEA
Complementary color
Monochromatic Colors of #A1FAEA
Black with #A1FAEA
Text Example
Text Example
White with #A1FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FAEA; }
p { color: rgb(161,250,234); }
H1.HeaderClassName
{
color: #A1FAEA;
}
.AnyTagClassName
{
color: #A1FAEA;
}
</style>
background-color css
<style>
a { background-color: #A1FAEA; }
a { background-color: rgb(161,250,234); }
div.DivClassName
{
background-color: #A1FAEA;
}
.BgClassName
{
background-color: #A1FAEA;
}
</style>
border-color css
<style>
span { border-color: #A1FAEA; }
span { border-color: rgb(161,250,234); }
td.TdClassName
{
border-color: #A1FAEA;
}
.TagClassName
{
border-color: #A1FAEA;
}
</style>