Shades of Pale Turquoise #A2FFF6
Tints of Pale Turquoise #A2FFF6
RGB
CMYK
RGB Variations
Color information
#A2FFF6 (or 0xA2FFF6) is known color: Pale Turquoise. HEX triplet: A2, FF and F6. RGB value is (162,255,246). Sum of RGB (Red+Green+Blue) = 162+255+246=663 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.43% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFF6 is #5D0009. Grayscale: #E2E2E2. Windows color (decimal): -6094858 or 16187298. OLE color: 16187298.
HSL color Cylindrical-coordinate representation of color #A2FFF6: hue angle of 174.19º 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 #A2FFF6 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 246 | - |
| CMYK | 0.36 | 0 | 0.04 | 0 |
| HSL | 174.19º | 1% | 0.82% | - |
| HSV(B) | 174.19º | 0.36% | 1% | - |
| XYZ | 67.29 | 85.86 | 100.21 | - |
| YUV | 226.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 246 | 0.36 | 0 | 0.04 | 0 | 174.19 | 1 | 0.82 |
| Hex | A2 | FF | F6 | 24 | 0 | 4 | 0 | AE | 64 | 52 |
| Octal | 242 | 377 | 366 | 44 | 0 | 4 | 0 | 256 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11110110 | 100100 | 0 | 100 | 0 | 10101110 | 1100100 | 1010010 |
Color Harmonies of #A2FFF6
Complementary color
Monochromatic Colors of #A2FFF6
Black with #A2FFF6
Text Example
Text Example
White with #A2FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFF6; }
p { color: rgb(162,255,246); }
H1.HeaderClassName
{
color: #A2FFF6;
}
.AnyTagClassName
{
color: #A2FFF6;
}
</style>
background-color css
<style>
a { background-color: #A2FFF6; }
a { background-color: rgb(162,255,246); }
div.DivClassName
{
background-color: #A2FFF6;
}
.BgClassName
{
background-color: #A2FFF6;
}
</style>
border-color css
<style>
span { border-color: #A2FFF6; }
span { border-color: rgb(162,255,246); }
td.TdClassName
{
border-color: #A2FFF6;
}
.TagClassName
{
border-color: #A2FFF6;
}
</style>