Shades of Pale Turquoise #A2FFFF
Tints of Pale Turquoise #A2FFFF
RGB
CMYK
RGB Variations
Color information
#A2FFFF (or 0xA2FFFF) is known color: Pale Turquoise. HEX triplet: A2, FF and FF. RGB value is (162,255,255). Sum of RGB (Red+Green+Blue) = 162+255+255=672 (89% of max value = 765). Red value is 162 (63.67% from 255 or 24.11% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #A2FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFFF is #5D0000. Grayscale: #E3E3E3. Windows color (decimal): -6094849 or 16777122. OLE color: 16777122.
HSL color Cylindrical-coordinate representation of color #A2FFFF: hue angle of 180º 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 #A2FFFF is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 255 | - |
| CMYK | 0.36 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.82% | - |
| HSV(B) | 180º | 0.36% | 1% | - |
| XYZ | 68.71 | 86.42 | 107.67 | - |
| YUV | 227.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 255 | 0.36 | 0 | 0 | 0 | 180 | 1 | 0.82 |
| Hex | A2 | FF | FF | 24 | 0 | 0 | 0 | B4 | 64 | 52 |
| Octal | 242 | 377 | 377 | 44 | 0 | 0 | 0 | 264 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11111111 | 100100 | 0 | 0 | 0 | 10110100 | 1100100 | 1010010 |
Color Harmonies of #A2FFFF
Complementary color
Monochromatic Colors of #A2FFFF
Black with #A2FFFF
Text Example
Text Example
White with #A2FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFFF; }
p { color: rgb(162,255,255); }
H1.HeaderClassName
{
color: #A2FFFF;
}
.AnyTagClassName
{
color: #A2FFFF;
}
</style>
background-color css
<style>
a { background-color: #A2FFFF; }
a { background-color: rgb(162,255,255); }
div.DivClassName
{
background-color: #A2FFFF;
}
.BgClassName
{
background-color: #A2FFFF;
}
</style>
border-color css
<style>
span { border-color: #A2FFFF; }
span { border-color: rgb(162,255,255); }
td.TdClassName
{
border-color: #A2FFFF;
}
.TagClassName
{
border-color: #A2FFFF;
}
</style>