Shades of Pale Turquoise #A1F9EE
Tints of Pale Turquoise #A1F9EE
RGB
CMYK
RGB Variations
Color information
#A1F9EE (or 0xA1F9EE) is known color: Pale Turquoise. HEX triplet: A1, F9 and EE. RGB value is (161,249,238). Sum of RGB (Red+Green+Blue) = 161+249+238=648 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.85% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F9EE is #5E0611. Grayscale: #DDDDDD. Windows color (decimal): -6161938 or 15661473. OLE color: 15661473.
HSL color Cylindrical-coordinate representation of color #A1F9EE: hue angle of 172.5º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9EE is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 238 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.02 |
| HSL | 172.5º | 0.88% | 0.8% | - |
| HSV(B) | 172.5º | 0.35% | 0.98% | - |
| XYZ | 64.01 | 81.5 | 93.25 | - |
| YUV | 221.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 238 | 0.35 | 0 | 0.04 | 0.02 | 172.5 | 0.88 | 0.8 |
| Hex | A1 | F9 | EE | 23 | 0 | 4 | 2 | AC | 58 | 50 |
| Octal | 241 | 371 | 356 | 43 | 0 | 4 | 2 | 254 | 130 | 120 |
| Binary | 10100001 | 11111001 | 11101110 | 100011 | 0 | 100 | 10 | 10101100 | 1011000 | 1010000 |
Color Harmonies of #A1F9EE
Complementary color
Monochromatic Colors of #A1F9EE
Black with #A1F9EE
Text Example
Text Example
White with #A1F9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9EE; }
p { color: rgb(161,249,238); }
H1.HeaderClassName
{
color: #A1F9EE;
}
.AnyTagClassName
{
color: #A1F9EE;
}
</style>
background-color css
<style>
a { background-color: #A1F9EE; }
a { background-color: rgb(161,249,238); }
div.DivClassName
{
background-color: #A1F9EE;
}
.BgClassName
{
background-color: #A1F9EE;
}
</style>
border-color css
<style>
span { border-color: #A1F9EE; }
span { border-color: rgb(161,249,238); }
td.TdClassName
{
border-color: #A1F9EE;
}
.TagClassName
{
border-color: #A1F9EE;
}
</style>