Shades of Pale Turquoise #A1E9E4
Tints of Pale Turquoise #A1E9E4
RGB
CMYK
RGB Variations
Color information
#A1E9E4 (or 0xA1E9E4) is known color: Pale Turquoise. HEX triplet: A1, E9 and E4. RGB value is (161,233,228). Sum of RGB (Red+Green+Blue) = 161+233+228=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9E4 is #5E161B. Grayscale: #D2D2D2. Windows color (decimal): -6166044 or 15002017. OLE color: 15002017.
HSL color Cylindrical-coordinate representation of color #A1E9E4: hue angle of 175.83º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9E4 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 228 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.09 |
| HSL | 175.83º | 0.62% | 0.77% | - |
| HSV(B) | 175.83º | 0.31% | 0.91% | - |
| XYZ | 57.84 | 71.46 | 84.14 | - |
| YUV | 210.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 228 | 0.31 | 0 | 0.02 | 0.09 | 175.83 | 0.62 | 0.77 |
| Hex | A1 | E9 | E4 | 1F | 0 | 2 | 9 | B0 | 3E | 4D |
| Octal | 241 | 351 | 344 | 37 | 0 | 2 | 11 | 260 | 76 | 115 |
| Binary | 10100001 | 11101001 | 11100100 | 11111 | 0 | 10 | 1001 | 10110000 | 111110 | 1001101 |
Color Harmonies of #A1E9E4
Complementary color
Monochromatic Colors of #A1E9E4
Black with #A1E9E4
Text Example
Text Example
White with #A1E9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E9E4; }
p { color: rgb(161,233,228); }
H1.HeaderClassName
{
color: #A1E9E4;
}
.AnyTagClassName
{
color: #A1E9E4;
}
</style>
background-color css
<style>
a { background-color: #A1E9E4; }
a { background-color: rgb(161,233,228); }
div.DivClassName
{
background-color: #A1E9E4;
}
.BgClassName
{
background-color: #A1E9E4;
}
</style>
border-color css
<style>
span { border-color: #A1E9E4; }
span { border-color: rgb(161,233,228); }
td.TdClassName
{
border-color: #A1E9E4;
}
.TagClassName
{
border-color: #A1E9E4;
}
</style>