Shades of Pale Turquoise #A2F2FA
Tints of Pale Turquoise #A2F2FA
RGB
CMYK
RGB Variations
Color information
#A2F2FA (or 0xA2F2FA) is known color: Pale Turquoise. HEX triplet: A2, F2 and FA. RGB value is (162,242,250). Sum of RGB (Red+Green+Blue) = 162+242+250=654 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.77% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F2FA is #5D0D05. Grayscale: #DADADA. Windows color (decimal): -6098182 or 16446114. OLE color: 16446114.
HSL color Cylindrical-coordinate representation of color #A2F2FA: hue angle of 185.45º degrees, saturation: 0.9, 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 #A2F2FA is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 242 | 250 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.02 |
| HSL | 185.45º | 0.9% | 0.81% | - |
| HSV(B) | 185.45º | 0.35% | 0.98% | - |
| XYZ | 63.91 | 78.09 | 102.15 | - |
| YUV | 218.99 | 145.5 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 250 | 0.35 | 0.03 | 0 | 0.02 | 185.45 | 0.9 | 0.81 |
| Hex | A2 | F2 | FA | 23 | 3 | 0 | 2 | B9 | 5A | 51 |
| Octal | 242 | 362 | 372 | 43 | 3 | 0 | 2 | 271 | 132 | 121 |
| Binary | 10100010 | 11110010 | 11111010 | 100011 | 11 | 0 | 10 | 10111001 | 1011010 | 1010001 |
Color Harmonies of #A2F2FA
Complementary color
Monochromatic Colors of #A2F2FA
Black with #A2F2FA
Text Example
Text Example
White with #A2F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2FA; }
p { color: rgb(162,242,250); }
H1.HeaderClassName
{
color: #A2F2FA;
}
.AnyTagClassName
{
color: #A2F2FA;
}
</style>
background-color css
<style>
a { background-color: #A2F2FA; }
a { background-color: rgb(162,242,250); }
div.DivClassName
{
background-color: #A2F2FA;
}
.BgClassName
{
background-color: #A2F2FA;
}
</style>
border-color css
<style>
span { border-color: #A2F2FA; }
span { border-color: rgb(162,242,250); }
td.TdClassName
{
border-color: #A2F2FA;
}
.TagClassName
{
border-color: #A2F2FA;
}
</style>