Shades of Pale Turquoise #A2FDED
Tints of Pale Turquoise #A2FDED
RGB
CMYK
RGB Variations
Color information
#A2FDED (or 0xA2FDED) is known color: Pale Turquoise. HEX triplet: A2, FD and ED. RGB value is (162,253,237). Sum of RGB (Red+Green+Blue) = 162+253+237=652 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.85% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FDED is #5D0212. Grayscale: #DFDFDF. Windows color (decimal): -6095379 or 15596962. OLE color: 15596962.
HSL color Cylindrical-coordinate representation of color #A2FDED: hue angle of 169.45º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FDED is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 162 | 253 | 237 | - |
CMYK | 0.36 | 0 | 0.06 | 0.01 |
HSL | 169.45º | 0.96% | 0.81% | - |
HSV(B) | 169.45º | 0.36% | 0.99% | - |
XYZ | 65.31 | 84.05 | 92.9 | - |
YUV | 223.97 | 135.35 | 83.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 253 | 237 | 0.36 | 0 | 0.06 | 0.01 | 169.45 | 0.96 | 0.81 |
Hex | A2 | FD | ED | 24 | 0 | 6 | 1 | A9 | 60 | 51 |
Octal | 242 | 375 | 355 | 44 | 0 | 6 | 1 | 251 | 140 | 121 |
Binary | 10100010 | 11111101 | 11101101 | 100100 | 0 | 110 | 1 | 10101001 | 1100000 | 1010001 |
Color Harmonies of #A2FDED
Complementary color
Monochromatic Colors of #A2FDED
Black with #A2FDED
Text Example
Text Example
White with #A2FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FDED; }
p { color: rgb(162,253,237); }
H1.HeaderClassName
{
color: #A2FDED;
}
.AnyTagClassName
{
color: #A2FDED;
}
</style>
background-color css
<style>
a { background-color: #A2FDED; }
a { background-color: rgb(162,253,237); }
div.DivClassName
{
background-color: #A2FDED;
}
.BgClassName
{
background-color: #A2FDED;
}
</style>
border-color css
<style>
span { border-color: #A2FDED; }
span { border-color: rgb(162,253,237); }
td.TdClassName
{
border-color: #A2FDED;
}
.TagClassName
{
border-color: #A2FDED;
}
</style>