Shades of Pale Turquoise #A2FFF7
Tints of Pale Turquoise #A2FFF7
RGB
CMYK
RGB Variations
Color information
#A2FFF7 (or 0xA2FFF7) is known color: Pale Turquoise. HEX triplet: A2, FF and F7. RGB value is (162,255,247). Sum of RGB (Red+Green+Blue) = 162+255+247=664 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.40% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFF7 is #5D0008. Grayscale: #E2E2E2. Windows color (decimal): -6094857 or 16252834. OLE color: 16252834.
HSL color Cylindrical-coordinate representation of color #A2FFF7: hue angle of 174.84º 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 #A2FFF7 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 247 | - |
| CMYK | 0.36 | 0 | 0.03 | 0 |
| HSL | 174.84º | 1% | 0.82% | - |
| HSV(B) | 174.84º | 0.36% | 1% | - |
| XYZ | 67.45 | 85.92 | 101.02 | - |
| YUV | 226.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 247 | 0.36 | 0 | 0.03 | 0 | 174.84 | 1 | 0.82 |
| Hex | A2 | FF | F7 | 24 | 0 | 3 | 0 | AF | 64 | 52 |
| Octal | 242 | 377 | 367 | 44 | 0 | 3 | 0 | 257 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11110111 | 100100 | 0 | 11 | 0 | 10101111 | 1100100 | 1010010 |
Color Harmonies of #A2FFF7
Complementary color
Monochromatic Colors of #A2FFF7
Black with #A2FFF7
Text Example
Text Example
White with #A2FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFF7; }
p { color: rgb(162,255,247); }
H1.HeaderClassName
{
color: #A2FFF7;
}
.AnyTagClassName
{
color: #A2FFF7;
}
</style>
background-color css
<style>
a { background-color: #A2FFF7; }
a { background-color: rgb(162,255,247); }
div.DivClassName
{
background-color: #A2FFF7;
}
.BgClassName
{
background-color: #A2FFF7;
}
</style>
border-color css
<style>
span { border-color: #A2FFF7; }
span { border-color: rgb(162,255,247); }
td.TdClassName
{
border-color: #A2FFF7;
}
.TagClassName
{
border-color: #A2FFF7;
}
</style>