Shades of Pale Turquoise #AAF1EF
Tints of Pale Turquoise #AAF1EF
RGB
CMYK
RGB Variations
Color information
#AAF1EF (or 0xAAF1EF) is known color: Pale Turquoise. HEX triplet: AA, F1 and EF. RGB value is (170,241,239). Sum of RGB (Red+Green+Blue) = 170+241+239=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1EF is #550E10. Grayscale: #DBDBDB. Windows color (decimal): -5574161 or 15724970. OLE color: 15724970.
HSL color Cylindrical-coordinate representation of color #AAF1EF: hue angle of 178.31º 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 #AAF1EF is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 239 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.05 |
| HSL | 178.31º | 0.72% | 0.81% | - |
| HSV(B) | 178.31º | 0.29% | 0.95% | - |
| XYZ | 63.61 | 77.69 | 93.3 | - |
| YUV | 219.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 239 | 0.29 | 0 | 0.01 | 0.05 | 178.31 | 0.72 | 0.81 |
| Hex | AA | F1 | EF | 1D | 0 | 1 | 5 | B2 | 48 | 51 |
| Octal | 252 | 361 | 357 | 35 | 0 | 1 | 5 | 262 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11101111 | 11101 | 0 | 1 | 101 | 10110010 | 1001000 | 1010001 |
Color Harmonies of #AAF1EF
Complementary color
Monochromatic Colors of #AAF1EF
Black with #AAF1EF
Text Example
Text Example
White with #AAF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1EF; }
p { color: rgb(170,241,239); }
H1.HeaderClassName
{
color: #AAF1EF;
}
.AnyTagClassName
{
color: #AAF1EF;
}
</style>
background-color css
<style>
a { background-color: #AAF1EF; }
a { background-color: rgb(170,241,239); }
div.DivClassName
{
background-color: #AAF1EF;
}
.BgClassName
{
background-color: #AAF1EF;
}
</style>
border-color css
<style>
span { border-color: #AAF1EF; }
span { border-color: rgb(170,241,239); }
td.TdClassName
{
border-color: #AAF1EF;
}
.TagClassName
{
border-color: #AAF1EF;
}
</style>