Shades of Pale Turquoise #A1F0EC
Tints of Pale Turquoise #A1F0EC
RGB
CMYK
RGB Variations
Color information
#A1F0EC (or 0xA1F0EC) is known color: Pale Turquoise. HEX triplet: A1, F0 and EC. RGB value is (161,240,236). Sum of RGB (Red+Green+Blue) = 161+240+236=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0EC is #5E0F13. Grayscale: #D7D7D7. Windows color (decimal): -6164244 or 15528097. OLE color: 15528097.
HSL color Cylindrical-coordinate representation of color #A1F0EC: hue angle of 176.96º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0EC is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 236 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.06 |
| HSL | 176.96º | 0.72% | 0.79% | - |
| HSV(B) | 176.96º | 0.33% | 0.94% | - |
| XYZ | 61 | 75.95 | 90.8 | - |
| YUV | 215.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 236 | 0.33 | 0 | 0.02 | 0.06 | 176.96 | 0.72 | 0.79 |
| Hex | A1 | F0 | EC | 21 | 0 | 2 | 6 | B1 | 48 | 4F |
| Octal | 241 | 360 | 354 | 41 | 0 | 2 | 6 | 261 | 110 | 117 |
| Binary | 10100001 | 11110000 | 11101100 | 100001 | 0 | 10 | 110 | 10110001 | 1001000 | 1001111 |
Color Harmonies of #A1F0EC
Complementary color
Monochromatic Colors of #A1F0EC
Black with #A1F0EC
Text Example
Text Example
White with #A1F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F0EC; }
p { color: rgb(161,240,236); }
H1.HeaderClassName
{
color: #A1F0EC;
}
.AnyTagClassName
{
color: #A1F0EC;
}
</style>
background-color css
<style>
a { background-color: #A1F0EC; }
a { background-color: rgb(161,240,236); }
div.DivClassName
{
background-color: #A1F0EC;
}
.BgClassName
{
background-color: #A1F0EC;
}
</style>
border-color css
<style>
span { border-color: #A1F0EC; }
span { border-color: rgb(161,240,236); }
td.TdClassName
{
border-color: #A1F0EC;
}
.TagClassName
{
border-color: #A1F0EC;
}
</style>