Shades of Pale Turquoise #AAF3ED
Tints of Pale Turquoise #AAF3ED
RGB
CMYK
RGB Variations
Color information
#AAF3ED (or 0xAAF3ED) is known color: Pale Turquoise. HEX triplet: AA, F3 and ED. RGB value is (170,243,237). Sum of RGB (Red+Green+Blue) = 170+243+237=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3ED is #550C12. Grayscale: #DCDCDC. Windows color (decimal): -5573651 or 15594410. OLE color: 15594410.
HSL color Cylindrical-coordinate representation of color #AAF3ED: hue angle of 175.07º 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 #AAF3ED is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 237 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.05 |
| HSL | 175.07º | 0.75% | 0.81% | - |
| HSV(B) | 175.07º | 0.3% | 0.95% | - |
| XYZ | 63.91 | 78.76 | 91.95 | - |
| YUV | 220.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 237 | 0.30 | 0 | 0.02 | 0.05 | 175.07 | 0.75 | 0.81 |
| Hex | AA | F3 | ED | 1E | 0 | 2 | 5 | AF | 4B | 51 |
| Octal | 252 | 363 | 355 | 36 | 0 | 2 | 5 | 257 | 113 | 121 |
| Binary | 10101010 | 11110011 | 11101101 | 11110 | 0 | 10 | 101 | 10101111 | 1001011 | 1010001 |
Color Harmonies of #AAF3ED
Complementary color
Monochromatic Colors of #AAF3ED
Black with #AAF3ED
Text Example
Text Example
White with #AAF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3ED; }
p { color: rgb(170,243,237); }
H1.HeaderClassName
{
color: #AAF3ED;
}
.AnyTagClassName
{
color: #AAF3ED;
}
</style>
background-color css
<style>
a { background-color: #AAF3ED; }
a { background-color: rgb(170,243,237); }
div.DivClassName
{
background-color: #AAF3ED;
}
.BgClassName
{
background-color: #AAF3ED;
}
</style>
border-color css
<style>
span { border-color: #AAF3ED; }
span { border-color: rgb(170,243,237); }
td.TdClassName
{
border-color: #AAF3ED;
}
.TagClassName
{
border-color: #AAF3ED;
}
</style>