Shades of Pale Turquoise #A1EFEC
Tints of Pale Turquoise #A1EFEC
RGB
CMYK
RGB Variations
Color information
#A1EFEC (or 0xA1EFEC) is known color: Pale Turquoise. HEX triplet: A1, EF and EC. RGB value is (161,239,236). Sum of RGB (Red+Green+Blue) = 161+239+236=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFEC is #5E1013. Grayscale: #D7D7D7. Windows color (decimal): -6164500 or 15527841. OLE color: 15527841.
HSL color Cylindrical-coordinate representation of color #A1EFEC: hue angle of 177.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFEC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 236 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.06 |
| HSL | 177.69º | 0.71% | 0.78% | - |
| HSV(B) | 177.69º | 0.33% | 0.94% | - |
| XYZ | 60.7 | 75.37 | 90.7 | - |
| YUV | 215.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 236 | 0.33 | 0 | 0.01 | 0.06 | 177.69 | 0.71 | 0.78 |
| Hex | A1 | EF | EC | 21 | 0 | 1 | 6 | B2 | 47 | 4E |
| Octal | 241 | 357 | 354 | 41 | 0 | 1 | 6 | 262 | 107 | 116 |
| Binary | 10100001 | 11101111 | 11101100 | 100001 | 0 | 1 | 110 | 10110010 | 1000111 | 1001110 |
Color Harmonies of #A1EFEC
Complementary color
Monochromatic Colors of #A1EFEC
Black with #A1EFEC
Text Example
Text Example
White with #A1EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFEC; }
p { color: rgb(161,239,236); }
H1.HeaderClassName
{
color: #A1EFEC;
}
.AnyTagClassName
{
color: #A1EFEC;
}
</style>
background-color css
<style>
a { background-color: #A1EFEC; }
a { background-color: rgb(161,239,236); }
div.DivClassName
{
background-color: #A1EFEC;
}
.BgClassName
{
background-color: #A1EFEC;
}
</style>
border-color css
<style>
span { border-color: #A1EFEC; }
span { border-color: rgb(161,239,236); }
td.TdClassName
{
border-color: #A1EFEC;
}
.TagClassName
{
border-color: #A1EFEC;
}
</style>