Shades of Pale Turquoise #A2F5FF
Tints of Pale Turquoise #A2F5FF
RGB
CMYK
RGB Variations
Color information
#A2F5FF (or 0xA2F5FF) is known color: Pale Turquoise. HEX triplet: A2, F5 and FF. RGB value is (162,245,255). Sum of RGB (Red+Green+Blue) = 162+245+255=662 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.47% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F5FF is #5D0A00. Grayscale: #DDDDDD. Windows color (decimal): -6097409 or 16774562. OLE color: 16774562.
HSL color Cylindrical-coordinate representation of color #A2F5FF: hue angle of 186.45º 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 #A2F5FF is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 245 | 255 | - |
| CMYK | 0.36 | 0.04 | 0 | 0 |
| HSL | 186.45º | 1% | 0.82% | - |
| HSV(B) | 186.45º | 0.36% | 1% | - |
| XYZ | 65.6 | 80.21 | 106.63 | - |
| YUV | 221.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 255 | 0.36 | 0.04 | 0 | 0 | 186.45 | 1 | 0.82 |
| Hex | A2 | F5 | FF | 24 | 4 | 0 | 0 | BA | 64 | 52 |
| Octal | 242 | 365 | 377 | 44 | 4 | 0 | 0 | 272 | 144 | 122 |
| Binary | 10100010 | 11110101 | 11111111 | 100100 | 100 | 0 | 0 | 10111010 | 1100100 | 1010010 |
Color Harmonies of #A2F5FF
Complementary color
Monochromatic Colors of #A2F5FF
Black with #A2F5FF
Text Example
Text Example
White with #A2F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F5FF; }
p { color: rgb(162,245,255); }
H1.HeaderClassName
{
color: #A2F5FF;
}
.AnyTagClassName
{
color: #A2F5FF;
}
</style>
background-color css
<style>
a { background-color: #A2F5FF; }
a { background-color: rgb(162,245,255); }
div.DivClassName
{
background-color: #A2F5FF;
}
.BgClassName
{
background-color: #A2F5FF;
}
</style>
border-color css
<style>
span { border-color: #A2F5FF; }
span { border-color: rgb(162,245,255); }
td.TdClassName
{
border-color: #A2F5FF;
}
.TagClassName
{
border-color: #A2F5FF;
}
</style>