Shades of Pale Turquoise #A1FCEC
Tints of Pale Turquoise #A1FCEC
RGB
CMYK
RGB Variations
Color information
#A1FCEC (or 0xA1FCEC) is known color: Pale Turquoise. HEX triplet: A1, FC and EC. RGB value is (161,252,236). Sum of RGB (Red+Green+Blue) = 161+252+236=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCEC is #5E0313. Grayscale: #DEDEDE. Windows color (decimal): -6161172 or 15531169. OLE color: 15531169.
HSL color Cylindrical-coordinate representation of color #A1FCEC: hue angle of 169.45º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCEC is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 236 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.01 |
| HSL | 169.45º | 0.94% | 0.81% | - |
| HSV(B) | 169.45º | 0.36% | 0.99% | - |
| XYZ | 64.65 | 83.25 | 92.02 | - |
| YUV | 222.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 236 | 0.36 | 0 | 0.06 | 0.01 | 169.45 | 0.94 | 0.81 |
| Hex | A1 | FC | EC | 24 | 0 | 6 | 1 | A9 | 5E | 51 |
| Octal | 241 | 374 | 354 | 44 | 0 | 6 | 1 | 251 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11101100 | 100100 | 0 | 110 | 1 | 10101001 | 1011110 | 1010001 |
Color Harmonies of #A1FCEC
Complementary color
Monochromatic Colors of #A1FCEC
Black with #A1FCEC
Text Example
Text Example
White with #A1FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCEC; }
p { color: rgb(161,252,236); }
H1.HeaderClassName
{
color: #A1FCEC;
}
.AnyTagClassName
{
color: #A1FCEC;
}
</style>
background-color css
<style>
a { background-color: #A1FCEC; }
a { background-color: rgb(161,252,236); }
div.DivClassName
{
background-color: #A1FCEC;
}
.BgClassName
{
background-color: #A1FCEC;
}
</style>
border-color css
<style>
span { border-color: #A1FCEC; }
span { border-color: rgb(161,252,236); }
td.TdClassName
{
border-color: #A1FCEC;
}
.TagClassName
{
border-color: #A1FCEC;
}
</style>