Shades of Pale Turquoise #A2F9ED
Tints of Pale Turquoise #A2F9ED
RGB
CMYK
RGB Variations
Color information
#A2F9ED (or 0xA2F9ED) is known color: Pale Turquoise. HEX triplet: A2, F9 and ED. RGB value is (162,249,237). Sum of RGB (Red+Green+Blue) = 162+249+237=648 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F9ED is #5D0612. Grayscale: #DDDDDD. Windows color (decimal): -6096403 or 15595938. OLE color: 15595938.
HSL color Cylindrical-coordinate representation of color #A2F9ED: hue angle of 171.72º 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 #A2F9ED is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 162 | 249 | 237 | - |
CMYK | 0.35 | 0 | 0.05 | 0.02 |
HSL | 171.72º | 0.88% | 0.81% | - |
HSV(B) | 171.72º | 0.35% | 0.98% | - |
XYZ | 64.06 | 81.55 | 92.48 | - |
YUV | 221.62 | 136.68 | 85.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 249 | 237 | 0.35 | 0 | 0.05 | 0.02 | 171.72 | 0.88 | 0.81 |
Hex | A2 | F9 | ED | 23 | 0 | 5 | 2 | AC | 58 | 51 |
Octal | 242 | 371 | 355 | 43 | 0 | 5 | 2 | 254 | 130 | 121 |
Binary | 10100010 | 11111001 | 11101101 | 100011 | 0 | 101 | 10 | 10101100 | 1011000 | 1010001 |
Color Harmonies of #A2F9ED
Complementary color
Monochromatic Colors of #A2F9ED
Black with #A2F9ED
Text Example
Text Example
White with #A2F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9ED; }
p { color: rgb(162,249,237); }
H1.HeaderClassName
{
color: #A2F9ED;
}
.AnyTagClassName
{
color: #A2F9ED;
}
</style>
background-color css
<style>
a { background-color: #A2F9ED; }
a { background-color: rgb(162,249,237); }
div.DivClassName
{
background-color: #A2F9ED;
}
.BgClassName
{
background-color: #A2F9ED;
}
</style>
border-color css
<style>
span { border-color: #A2F9ED; }
span { border-color: rgb(162,249,237); }
td.TdClassName
{
border-color: #A2F9ED;
}
.TagClassName
{
border-color: #A2F9ED;
}
</style>