Shades of Pale Turquoise #AAF0FD
Tints of Pale Turquoise #AAF0FD
RGB
CMYK
RGB Variations
Color information
#AAF0FD (or 0xAAF0FD) is known color: Pale Turquoise. HEX triplet: AA, F0 and FD. RGB value is (170,240,253). Sum of RGB (Red+Green+Blue) = 170+240+253=663 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.64% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAF0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF0FD is #550F02. Grayscale: #DCDCDC. Windows color (decimal): -5574403 or 16642218. OLE color: 16642218.
HSL color Cylindrical-coordinate representation of color #AAF0FD: hue angle of 189.4º 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 #AAF0FD is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 240 | 253 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.01 |
| HSL | 189.4º | 0.95% | 0.83% | - |
| HSV(B) | 189.4º | 0.33% | 0.99% | - |
| XYZ | 65.47 | 77.96 | 104.53 | - |
| YUV | 220.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 253 | 0.33 | 0.05 | 0 | 0.01 | 189.4 | 0.95 | 0.83 |
| Hex | AA | F0 | FD | 21 | 5 | 0 | 1 | BD | 5F | 53 |
| Octal | 252 | 360 | 375 | 41 | 5 | 0 | 1 | 275 | 137 | 123 |
| Binary | 10101010 | 11110000 | 11111101 | 100001 | 101 | 0 | 1 | 10111101 | 1011111 | 1010011 |
Color Harmonies of #AAF0FD
Complementary color
Monochromatic Colors of #AAF0FD
Black with #AAF0FD
Text Example
Text Example
White with #AAF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0FD; }
p { color: rgb(170,240,253); }
H1.HeaderClassName
{
color: #AAF0FD;
}
.AnyTagClassName
{
color: #AAF0FD;
}
</style>
background-color css
<style>
a { background-color: #AAF0FD; }
a { background-color: rgb(170,240,253); }
div.DivClassName
{
background-color: #AAF0FD;
}
.BgClassName
{
background-color: #AAF0FD;
}
</style>
border-color css
<style>
span { border-color: #AAF0FD; }
span { border-color: rgb(170,240,253); }
td.TdClassName
{
border-color: #AAF0FD;
}
.TagClassName
{
border-color: #AAF0FD;
}
</style>