Shades of Pale Turquoise #A2FAED
Tints of Pale Turquoise #A2FAED
RGB
CMYK
RGB Variations
Color information
#A2FAED (or 0xA2FAED) is known color: Pale Turquoise. HEX triplet: A2, FA and ED. RGB value is (162,250,237). Sum of RGB (Red+Green+Blue) = 162+250+237=649 (85% of max value = 765). Red value is 162 (63.67% from 255 or 24.96% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FAED is #5D0512. Grayscale: #DEDEDE. Windows color (decimal): -6096147 or 15596194. OLE color: 15596194.
HSL color Cylindrical-coordinate representation of color #A2FAED: hue angle of 171.14º 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 #A2FAED is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 162 | 250 | 237 | - |
CMYK | 0.35 | 0 | 0.05 | 0.02 |
HSL | 171.14º | 0.9% | 0.81% | - |
HSV(B) | 171.14º | 0.35% | 0.98% | - |
XYZ | 64.37 | 82.17 | 92.59 | - |
YUV | 222.21 | 136.35 | 85.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 250 | 237 | 0.35 | 0 | 0.05 | 0.02 | 171.14 | 0.9 | 0.81 |
Hex | A2 | FA | ED | 23 | 0 | 5 | 2 | AB | 5A | 51 |
Octal | 242 | 372 | 355 | 43 | 0 | 5 | 2 | 253 | 132 | 121 |
Binary | 10100010 | 11111010 | 11101101 | 100011 | 0 | 101 | 10 | 10101011 | 1011010 | 1010001 |
Color Harmonies of #A2FAED
Complementary color
Monochromatic Colors of #A2FAED
Black with #A2FAED
Text Example
Text Example
White with #A2FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FAED; }
p { color: rgb(162,250,237); }
H1.HeaderClassName
{
color: #A2FAED;
}
.AnyTagClassName
{
color: #A2FAED;
}
</style>
background-color css
<style>
a { background-color: #A2FAED; }
a { background-color: rgb(162,250,237); }
div.DivClassName
{
background-color: #A2FAED;
}
.BgClassName
{
background-color: #A2FAED;
}
</style>
border-color css
<style>
span { border-color: #A2FAED; }
span { border-color: rgb(162,250,237); }
td.TdClassName
{
border-color: #A2FAED;
}
.TagClassName
{
border-color: #A2FAED;
}
</style>