Shades of Pale Turquoise #A2F9F2
Tints of Pale Turquoise #A2F9F2
RGB
CMYK
RGB Variations
Color information
#A2F9F2 (or 0xA2F9F2) is known color: Pale Turquoise. HEX triplet: A2, F9 and F2. RGB value is (162,249,242). Sum of RGB (Red+Green+Blue) = 162+249+242=653 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.81% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F9F2 is #5D060D. Grayscale: #DEDEDE. Windows color (decimal): -6096398 or 15923618. OLE color: 15923618.
HSL color Cylindrical-coordinate representation of color #A2F9F2: hue angle of 175.17º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9F2 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 242 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.02 |
| HSL | 175.17º | 0.88% | 0.81% | - |
| HSV(B) | 175.17º | 0.35% | 0.98% | - |
| XYZ | 64.8 | 81.84 | 96.39 | - |
| YUV | 222.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 242 | 0.35 | 0 | 0.03 | 0.02 | 175.17 | 0.88 | 0.81 |
| Hex | A2 | F9 | F2 | 23 | 0 | 3 | 2 | AF | 58 | 51 |
| Octal | 242 | 371 | 362 | 43 | 0 | 3 | 2 | 257 | 130 | 121 |
| Binary | 10100010 | 11111001 | 11110010 | 100011 | 0 | 11 | 10 | 10101111 | 1011000 | 1010001 |
Color Harmonies of #A2F9F2
Complementary color
Monochromatic Colors of #A2F9F2
Black with #A2F9F2
Text Example
Text Example
White with #A2F9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9F2; }
p { color: rgb(162,249,242); }
H1.HeaderClassName
{
color: #A2F9F2;
}
.AnyTagClassName
{
color: #A2F9F2;
}
</style>
background-color css
<style>
a { background-color: #A2F9F2; }
a { background-color: rgb(162,249,242); }
div.DivClassName
{
background-color: #A2F9F2;
}
.BgClassName
{
background-color: #A2F9F2;
}
</style>
border-color css
<style>
span { border-color: #A2F9F2; }
span { border-color: rgb(162,249,242); }
td.TdClassName
{
border-color: #A2F9F2;
}
.TagClassName
{
border-color: #A2F9F2;
}
</style>