Shades of Pale Turquoise #AAEDF1
Tints of Pale Turquoise #AAEDF1
RGB
CMYK
RGB Variations
Color information
#AAEDF1 (or 0xAAEDF1) is known color: Pale Turquoise. HEX triplet: AA, ED and F1. RGB value is (170,237,241). Sum of RGB (Red+Green+Blue) = 170+237+241=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAEDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDF1 is #55120E. Grayscale: #D9D9D9. Windows color (decimal): -5575183 or 15855018. OLE color: 15855018.
HSL color Cylindrical-coordinate representation of color #AAEDF1: hue angle of 183.38º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEDF1 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 237 | 241 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.05 |
| HSL | 183.38º | 0.72% | 0.81% | - |
| HSV(B) | 183.38º | 0.29% | 0.95% | - |
| XYZ | 62.74 | 75.47 | 94.48 | - |
| YUV | 217.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 241 | 0.29 | 0.02 | 0 | 0.05 | 183.38 | 0.72 | 0.81 |
| Hex | AA | ED | F1 | 1D | 2 | 0 | 5 | B7 | 48 | 51 |
| Octal | 252 | 355 | 361 | 35 | 2 | 0 | 5 | 267 | 110 | 121 |
| Binary | 10101010 | 11101101 | 11110001 | 11101 | 10 | 0 | 101 | 10110111 | 1001000 | 1010001 |
Color Harmonies of #AAEDF1
Complementary color
Monochromatic Colors of #AAEDF1
Black with #AAEDF1
Text Example
Text Example
White with #AAEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDF1; }
p { color: rgb(170,237,241); }
H1.HeaderClassName
{
color: #AAEDF1;
}
.AnyTagClassName
{
color: #AAEDF1;
}
</style>
background-color css
<style>
a { background-color: #AAEDF1; }
a { background-color: rgb(170,237,241); }
div.DivClassName
{
background-color: #AAEDF1;
}
.BgClassName
{
background-color: #AAEDF1;
}
</style>
border-color css
<style>
span { border-color: #AAEDF1; }
span { border-color: rgb(170,237,241); }
td.TdClassName
{
border-color: #AAEDF1;
}
.TagClassName
{
border-color: #AAEDF1;
}
</style>