Shades of Pale Turquoise #AAEDF2
Tints of Pale Turquoise #AAEDF2
RGB
CMYK
RGB Variations
Color information
#AAEDF2 (or 0xAAEDF2) is known color: Pale Turquoise. HEX triplet: AA, ED and F2. RGB value is (170,237,242). Sum of RGB (Red+Green+Blue) = 170+237+242=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDF2 is #55120D. Grayscale: #D9D9D9. Windows color (decimal): -5575182 or 15920554. OLE color: 15920554.
HSL color Cylindrical-coordinate representation of color #AAEDF2: hue angle of 184.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEDF2 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 237 | 242 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.05 |
| HSL | 184.17º | 0.73% | 0.81% | - |
| HSV(B) | 184.17º | 0.3% | 0.95% | - |
| XYZ | 62.89 | 75.53 | 95.27 | - |
| YUV | 217.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 242 | 0.30 | 0.02 | 0 | 0.05 | 184.17 | 0.73 | 0.81 |
| Hex | AA | ED | F2 | 1E | 2 | 0 | 5 | B8 | 49 | 51 |
| Octal | 252 | 355 | 362 | 36 | 2 | 0 | 5 | 270 | 111 | 121 |
| Binary | 10101010 | 11101101 | 11110010 | 11110 | 10 | 0 | 101 | 10111000 | 1001001 | 1010001 |
Color Harmonies of #AAEDF2
Complementary color
Monochromatic Colors of #AAEDF2
Black with #AAEDF2
Text Example
Text Example
White with #AAEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDF2; }
p { color: rgb(170,237,242); }
H1.HeaderClassName
{
color: #AAEDF2;
}
.AnyTagClassName
{
color: #AAEDF2;
}
</style>
background-color css
<style>
a { background-color: #AAEDF2; }
a { background-color: rgb(170,237,242); }
div.DivClassName
{
background-color: #AAEDF2;
}
.BgClassName
{
background-color: #AAEDF2;
}
</style>
border-color css
<style>
span { border-color: #AAEDF2; }
span { border-color: rgb(170,237,242); }
td.TdClassName
{
border-color: #AAEDF2;
}
.TagClassName
{
border-color: #AAEDF2;
}
</style>