Shades of Pale Turquoise #A1F2EB
Tints of Pale Turquoise #A1F2EB
RGB
CMYK
RGB Variations
Color information
#A1F2EB (or 0xA1F2EB) is known color: Pale Turquoise. HEX triplet: A1, F2 and EB. RGB value is (161,242,235). Sum of RGB (Red+Green+Blue) = 161+242+235=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F2EB is #5E0D14. Grayscale: #D8D8D8. Windows color (decimal): -6163733 or 15463073. OLE color: 15463073.
HSL color Cylindrical-coordinate representation of color #A1F2EB: hue angle of 174.81º degrees, saturation: 0.76, 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 #A1F2EB is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 235 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.05 |
| HSL | 174.81º | 0.76% | 0.79% | - |
| HSV(B) | 174.81º | 0.33% | 0.95% | - |
| XYZ | 61.45 | 77.08 | 90.24 | - |
| YUV | 216.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 235 | 0.33 | 0 | 0.03 | 0.05 | 174.81 | 0.76 | 0.79 |
| Hex | A1 | F2 | EB | 21 | 0 | 3 | 5 | AF | 4C | 4F |
| Octal | 241 | 362 | 353 | 41 | 0 | 3 | 5 | 257 | 114 | 117 |
| Binary | 10100001 | 11110010 | 11101011 | 100001 | 0 | 11 | 101 | 10101111 | 1001100 | 1001111 |
Color Harmonies of #A1F2EB
Complementary color
Monochromatic Colors of #A1F2EB
Black with #A1F2EB
Text Example
Text Example
White with #A1F2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F2EB; }
p { color: rgb(161,242,235); }
H1.HeaderClassName
{
color: #A1F2EB;
}
.AnyTagClassName
{
color: #A1F2EB;
}
</style>
background-color css
<style>
a { background-color: #A1F2EB; }
a { background-color: rgb(161,242,235); }
div.DivClassName
{
background-color: #A1F2EB;
}
.BgClassName
{
background-color: #A1F2EB;
}
</style>
border-color css
<style>
span { border-color: #A1F2EB; }
span { border-color: rgb(161,242,235); }
td.TdClassName
{
border-color: #A1F2EB;
}
.TagClassName
{
border-color: #A1F2EB;
}
</style>