Shades of Pale Turquoise #A2FFFE
Tints of Pale Turquoise #A2FFFE
RGB
CMYK
RGB Variations
Color information
#A2FFFE (or 0xA2FFFE) is known color: Pale Turquoise. HEX triplet: A2, FF and FE. RGB value is (162,255,254). Sum of RGB (Red+Green+Blue) = 162+255+254=671 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.14% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFFE is #5D0001. Grayscale: #E2E2E2. Windows color (decimal): -6094850 or 16711586. OLE color: 16711586.
HSL color Cylindrical-coordinate representation of color #A2FFFE: hue angle of 179.35º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFFE is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 254 | - |
| CMYK | 0.36 | 0 | 0.00 | 0 |
| HSL | 179.35º | 1% | 0.82% | - |
| HSV(B) | 179.35º | 0.36% | 1% | - |
| XYZ | 68.55 | 86.36 | 106.82 | - |
| YUV | 227.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 254 | 0.36 | 0 | 0.00 | 0 | 179.35 | 1 | 0.82 |
| Hex | A2 | FF | FE | 24 | 0 | 0 | 0 | B3 | 64 | 52 |
| Octal | 242 | 377 | 376 | 44 | 0 | 0 | 0 | 263 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11111110 | 100100 | 0 | 0 | 0 | 10110011 | 1100100 | 1010010 |
Color Harmonies of #A2FFFE
Complementary color
Monochromatic Colors of #A2FFFE
Black with #A2FFFE
Text Example
Text Example
White with #A2FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFFE; }
p { color: rgb(162,255,254); }
H1.HeaderClassName
{
color: #A2FFFE;
}
.AnyTagClassName
{
color: #A2FFFE;
}
</style>
background-color css
<style>
a { background-color: #A2FFFE; }
a { background-color: rgb(162,255,254); }
div.DivClassName
{
background-color: #A2FFFE;
}
.BgClassName
{
background-color: #A2FFFE;
}
</style>
border-color css
<style>
span { border-color: #A2FFFE; }
span { border-color: rgb(162,255,254); }
td.TdClassName
{
border-color: #A2FFFE;
}
.TagClassName
{
border-color: #A2FFFE;
}
</style>