Shades of Pale Turquoise #A2F9FF
Tints of Pale Turquoise #A2F9FF
RGB
CMYK
RGB Variations
Color information
#A2F9FF (or 0xA2F9FF) is known color: Pale Turquoise. HEX triplet: A2, F9 and FF. RGB value is (162,249,255). Sum of RGB (Red+Green+Blue) = 162+249+255=666 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.32% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2F9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F9FF is #5D0600. Grayscale: #DFDFDF. Windows color (decimal): -6096385 or 16775586. OLE color: 16775586.
HSL color Cylindrical-coordinate representation of color #A2F9FF: hue angle of 183.87º 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 #A2F9FF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 249 | 255 | - |
| CMYK | 0.36 | 0.02 | 0 | 0 |
| HSL | 183.87º | 1% | 0.82% | - |
| HSV(B) | 183.87º | 0.36% | 1% | - |
| XYZ | 66.83 | 82.65 | 107.04 | - |
| YUV | 223.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 255 | 0.36 | 0.02 | 0 | 0 | 183.87 | 1 | 0.82 |
| Hex | A2 | F9 | FF | 24 | 2 | 0 | 0 | B8 | 64 | 52 |
| Octal | 242 | 371 | 377 | 44 | 2 | 0 | 0 | 270 | 144 | 122 |
| Binary | 10100010 | 11111001 | 11111111 | 100100 | 10 | 0 | 0 | 10111000 | 1100100 | 1010010 |
Color Harmonies of #A2F9FF
Complementary color
Monochromatic Colors of #A2F9FF
Black with #A2F9FF
Text Example
Text Example
White with #A2F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9FF; }
p { color: rgb(162,249,255); }
H1.HeaderClassName
{
color: #A2F9FF;
}
.AnyTagClassName
{
color: #A2F9FF;
}
</style>
background-color css
<style>
a { background-color: #A2F9FF; }
a { background-color: rgb(162,249,255); }
div.DivClassName
{
background-color: #A2F9FF;
}
.BgClassName
{
background-color: #A2F9FF;
}
</style>
border-color css
<style>
span { border-color: #A2F9FF; }
span { border-color: rgb(162,249,255); }
td.TdClassName
{
border-color: #A2F9FF;
}
.TagClassName
{
border-color: #A2F9FF;
}
</style>