Shades of Pale Turquoise #AAECF3
Tints of Pale Turquoise #AAECF3
RGB
CMYK
RGB Variations
Color information
#AAECF3 (or 0xAAECF3) is known color: Pale Turquoise. HEX triplet: AA, EC and F3. RGB value is (170,236,243). Sum of RGB (Red+Green+Blue) = 170+236+243=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAECF3 is #55130C. Grayscale: #D8D8D8. Windows color (decimal): -5575437 or 15985834. OLE color: 15985834.
HSL color Cylindrical-coordinate representation of color #AAECF3: hue angle of 185.75º degrees, saturation: 0.75, 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 #AAECF3 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 236 | 243 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.05 |
| HSL | 185.75º | 0.75% | 0.81% | - |
| HSV(B) | 185.75º | 0.3% | 0.95% | - |
| XYZ | 62.75 | 75.01 | 95.96 | - |
| YUV | 217.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 243 | 0.30 | 0.03 | 0 | 0.05 | 185.75 | 0.75 | 0.81 |
| Hex | AA | EC | F3 | 1E | 3 | 0 | 5 | BA | 4B | 51 |
| Octal | 252 | 354 | 363 | 36 | 3 | 0 | 5 | 272 | 113 | 121 |
| Binary | 10101010 | 11101100 | 11110011 | 11110 | 11 | 0 | 101 | 10111010 | 1001011 | 1010001 |
Color Harmonies of #AAECF3
Complementary color
Monochromatic Colors of #AAECF3
Black with #AAECF3
Text Example
Text Example
White with #AAECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECF3; }
p { color: rgb(170,236,243); }
H1.HeaderClassName
{
color: #AAECF3;
}
.AnyTagClassName
{
color: #AAECF3;
}
</style>
background-color css
<style>
a { background-color: #AAECF3; }
a { background-color: rgb(170,236,243); }
div.DivClassName
{
background-color: #AAECF3;
}
.BgClassName
{
background-color: #AAECF3;
}
</style>
border-color css
<style>
span { border-color: #AAECF3; }
span { border-color: rgb(170,236,243); }
td.TdClassName
{
border-color: #AAECF3;
}
.TagClassName
{
border-color: #AAECF3;
}
</style>