Shades of Pale Turquoise #AAF8FD
Tints of Pale Turquoise #AAF8FD
RGB
CMYK
RGB Variations
Color information
#AAF8FD (or 0xAAF8FD) is known color: Pale Turquoise. HEX triplet: AA, F8 and FD. RGB value is (170,248,253). Sum of RGB (Red+Green+Blue) = 170+248+253=671 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.34% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAF8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF8FD is #550702. Grayscale: #E1E1E1. Windows color (decimal): -5572355 or 16644266. OLE color: 16644266.
HSL color Cylindrical-coordinate representation of color #AAF8FD: hue angle of 183.61º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF8FD is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 248 | 253 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.01 |
| HSL | 183.61º | 0.95% | 0.83% | - |
| HSV(B) | 183.61º | 0.33% | 0.99% | - |
| XYZ | 67.87 | 82.77 | 105.33 | - |
| YUV | 225.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 253 | 0.33 | 0.02 | 0 | 0.01 | 183.61 | 0.95 | 0.83 |
| Hex | AA | F8 | FD | 21 | 2 | 0 | 1 | B8 | 5F | 53 |
| Octal | 252 | 370 | 375 | 41 | 2 | 0 | 1 | 270 | 137 | 123 |
| Binary | 10101010 | 11111000 | 11111101 | 100001 | 10 | 0 | 1 | 10111000 | 1011111 | 1010011 |
Color Harmonies of #AAF8FD
Complementary color
Monochromatic Colors of #AAF8FD
Black with #AAF8FD
Text Example
Text Example
White with #AAF8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8FD; }
p { color: rgb(170,248,253); }
H1.HeaderClassName
{
color: #AAF8FD;
}
.AnyTagClassName
{
color: #AAF8FD;
}
</style>
background-color css
<style>
a { background-color: #AAF8FD; }
a { background-color: rgb(170,248,253); }
div.DivClassName
{
background-color: #AAF8FD;
}
.BgClassName
{
background-color: #AAF8FD;
}
</style>
border-color css
<style>
span { border-color: #AAF8FD; }
span { border-color: rgb(170,248,253); }
td.TdClassName
{
border-color: #AAF8FD;
}
.TagClassName
{
border-color: #AAF8FD;
}
</style>