Shades of Pale Turquoise #A1F1EC
Tints of Pale Turquoise #A1F1EC
RGB
CMYK
RGB Variations
Color information
#A1F1EC (or 0xA1F1EC) is known color: Pale Turquoise. HEX triplet: A1, F1 and EC. RGB value is (161,241,236). Sum of RGB (Red+Green+Blue) = 161+241+236=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F1EC is #5E0E13. Grayscale: #D8D8D8. Windows color (decimal): -6163988 or 15528353. OLE color: 15528353.
HSL color Cylindrical-coordinate representation of color #A1F1EC: hue angle of 176.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F1EC is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 236 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.05 |
| HSL | 176.25º | 0.74% | 0.79% | - |
| HSV(B) | 176.25º | 0.33% | 0.95% | - |
| XYZ | 61.29 | 76.54 | 90.9 | - |
| YUV | 216.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 236 | 0.33 | 0 | 0.02 | 0.05 | 176.25 | 0.74 | 0.79 |
| Hex | A1 | F1 | EC | 21 | 0 | 2 | 5 | B0 | 4A | 4F |
| Octal | 241 | 361 | 354 | 41 | 0 | 2 | 5 | 260 | 112 | 117 |
| Binary | 10100001 | 11110001 | 11101100 | 100001 | 0 | 10 | 101 | 10110000 | 1001010 | 1001111 |
Color Harmonies of #A1F1EC
Complementary color
Monochromatic Colors of #A1F1EC
Black with #A1F1EC
Text Example
Text Example
White with #A1F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F1EC; }
p { color: rgb(161,241,236); }
H1.HeaderClassName
{
color: #A1F1EC;
}
.AnyTagClassName
{
color: #A1F1EC;
}
</style>
background-color css
<style>
a { background-color: #A1F1EC; }
a { background-color: rgb(161,241,236); }
div.DivClassName
{
background-color: #A1F1EC;
}
.BgClassName
{
background-color: #A1F1EC;
}
</style>
border-color css
<style>
span { border-color: #A1F1EC; }
span { border-color: rgb(161,241,236); }
td.TdClassName
{
border-color: #A1F1EC;
}
.TagClassName
{
border-color: #A1F1EC;
}
</style>