Shades of Pale Turquoise #AAEFF2
Tints of Pale Turquoise #AAEFF2
RGB
CMYK
RGB Variations
Color information
#AAEFF2 (or 0xAAEFF2) is known color: Pale Turquoise. HEX triplet: AA, EF and F2. RGB value is (170,239,242). Sum of RGB (Red+Green+Blue) = 170+239+242=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEFF2 is #55100D. Grayscale: #DADADA. Windows color (decimal): -5574670 or 15921066. OLE color: 15921066.
HSL color Cylindrical-coordinate representation of color #AAEFF2: hue angle of 182.5º 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 #AAEFF2 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 239 | 242 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.05 |
| HSL | 182.5º | 0.73% | 0.81% | - |
| HSV(B) | 182.5º | 0.3% | 0.95% | - |
| XYZ | 63.47 | 76.69 | 95.46 | - |
| YUV | 218.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 239 | 242 | 0.30 | 0.01 | 0 | 0.05 | 182.5 | 0.73 | 0.81 |
| Hex | AA | EF | F2 | 1E | 1 | 0 | 5 | B6 | 49 | 51 |
| Octal | 252 | 357 | 362 | 36 | 1 | 0 | 5 | 266 | 111 | 121 |
| Binary | 10101010 | 11101111 | 11110010 | 11110 | 1 | 0 | 101 | 10110110 | 1001001 | 1010001 |
Color Harmonies of #AAEFF2
Complementary color
Monochromatic Colors of #AAEFF2
Black with #AAEFF2
Text Example
Text Example
White with #AAEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEFF2; }
p { color: rgb(170,239,242); }
H1.HeaderClassName
{
color: #AAEFF2;
}
.AnyTagClassName
{
color: #AAEFF2;
}
</style>
background-color css
<style>
a { background-color: #AAEFF2; }
a { background-color: rgb(170,239,242); }
div.DivClassName
{
background-color: #AAEFF2;
}
.BgClassName
{
background-color: #AAEFF2;
}
</style>
border-color css
<style>
span { border-color: #AAEFF2; }
span { border-color: rgb(170,239,242); }
td.TdClassName
{
border-color: #AAEFF2;
}
.TagClassName
{
border-color: #AAEFF2;
}
</style>