Shades of Pale Turquoise #A2FAFF
Tints of Pale Turquoise #A2FAFF
RGB
CMYK
RGB Variations
Color information
#A2FAFF (or 0xA2FAFF) is known color: Pale Turquoise. HEX triplet: A2, FA and FF. RGB value is (162,250,255). Sum of RGB (Red+Green+Blue) = 162+250+255=667 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.29% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FAFF is #5D0500. Grayscale: #E0E0E0. Windows color (decimal): -6096129 or 16775842. OLE color: 16775842.
HSL color Cylindrical-coordinate representation of color #A2FAFF: hue angle of 183.23º 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 #A2FAFF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 250 | 255 | - |
| CMYK | 0.36 | 0.02 | 0 | 0 |
| HSL | 183.23º | 1% | 0.82% | - |
| HSV(B) | 183.23º | 0.36% | 1% | - |
| XYZ | 67.14 | 83.27 | 107.14 | - |
| YUV | 224.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 255 | 0.36 | 0.02 | 0 | 0 | 183.23 | 1 | 0.82 |
| Hex | A2 | FA | FF | 24 | 2 | 0 | 0 | B7 | 64 | 52 |
| Octal | 242 | 372 | 377 | 44 | 2 | 0 | 0 | 267 | 144 | 122 |
| Binary | 10100010 | 11111010 | 11111111 | 100100 | 10 | 0 | 0 | 10110111 | 1100100 | 1010010 |
Color Harmonies of #A2FAFF
Complementary color
Monochromatic Colors of #A2FAFF
Black with #A2FAFF
Text Example
Text Example
White with #A2FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FAFF; }
p { color: rgb(162,250,255); }
H1.HeaderClassName
{
color: #A2FAFF;
}
.AnyTagClassName
{
color: #A2FAFF;
}
</style>
background-color css
<style>
a { background-color: #A2FAFF; }
a { background-color: rgb(162,250,255); }
div.DivClassName
{
background-color: #A2FAFF;
}
.BgClassName
{
background-color: #A2FAFF;
}
</style>
border-color css
<style>
span { border-color: #A2FAFF; }
span { border-color: rgb(162,250,255); }
td.TdClassName
{
border-color: #A2FAFF;
}
.TagClassName
{
border-color: #A2FAFF;
}
</style>