Shades of Pale Turquoise #A2FFFC
Tints of Pale Turquoise #A2FFFC
RGB
CMYK
RGB Variations
Color information
#A2FFFC (or 0xA2FFFC) is known color: Pale Turquoise. HEX triplet: A2, FF and FC. RGB value is (162,255,252). Sum of RGB (Red+Green+Blue) = 162+255+252=669 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.22% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFFC is #5D0003. Grayscale: #E2E2E2. Windows color (decimal): -6094852 or 16580514. OLE color: 16580514.
HSL color Cylindrical-coordinate representation of color #A2FFFC: hue angle of 178.06º 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 #A2FFFC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 252 | - |
| CMYK | 0.36 | 0 | 0.01 | 0 |
| HSL | 178.06º | 1% | 0.82% | - |
| HSV(B) | 178.06º | 0.36% | 1% | - |
| XYZ | 68.23 | 86.23 | 105.14 | - |
| YUV | 226.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 252 | 0.36 | 0 | 0.01 | 0 | 178.06 | 1 | 0.82 |
| Hex | A2 | FF | FC | 24 | 0 | 1 | 0 | B2 | 64 | 52 |
| Octal | 242 | 377 | 374 | 44 | 0 | 1 | 0 | 262 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11111100 | 100100 | 0 | 1 | 0 | 10110010 | 1100100 | 1010010 |
Color Harmonies of #A2FFFC
Complementary color
Monochromatic Colors of #A2FFFC
Black with #A2FFFC
Text Example
Text Example
White with #A2FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFFC; }
p { color: rgb(162,255,252); }
H1.HeaderClassName
{
color: #A2FFFC;
}
.AnyTagClassName
{
color: #A2FFFC;
}
</style>
background-color css
<style>
a { background-color: #A2FFFC; }
a { background-color: rgb(162,255,252); }
div.DivClassName
{
background-color: #A2FFFC;
}
.BgClassName
{
background-color: #A2FFFC;
}
</style>
border-color css
<style>
span { border-color: #A2FFFC; }
span { border-color: rgb(162,255,252); }
td.TdClassName
{
border-color: #A2FFFC;
}
.TagClassName
{
border-color: #A2FFFC;
}
</style>