Shades of Pale Turquoise #AAF6FD
Tints of Pale Turquoise #AAF6FD
RGB
CMYK
RGB Variations
Color information
#AAF6FD (or 0xAAF6FD) is known color: Pale Turquoise. HEX triplet: AA, F6 and FD. RGB value is (170,246,253). Sum of RGB (Red+Green+Blue) = 170+246+253=669 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.41% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAF6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6FD is #550902. Grayscale: #DFDFDF. Windows color (decimal): -5572867 or 16643754. OLE color: 16643754.
HSL color Cylindrical-coordinate representation of color #AAF6FD: hue angle of 185.06º 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 #AAF6FD is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 246 | 253 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.01 |
| HSL | 185.06º | 0.95% | 0.83% | - |
| HSV(B) | 185.06º | 0.33% | 0.99% | - |
| XYZ | 67.26 | 81.55 | 105.12 | - |
| YUV | 224.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 253 | 0.33 | 0.03 | 0 | 0.01 | 185.06 | 0.95 | 0.83 |
| Hex | AA | F6 | FD | 21 | 3 | 0 | 1 | B9 | 5F | 53 |
| Octal | 252 | 366 | 375 | 41 | 3 | 0 | 1 | 271 | 137 | 123 |
| Binary | 10101010 | 11110110 | 11111101 | 100001 | 11 | 0 | 1 | 10111001 | 1011111 | 1010011 |
Color Harmonies of #AAF6FD
Complementary color
Monochromatic Colors of #AAF6FD
Black with #AAF6FD
Text Example
Text Example
White with #AAF6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6FD; }
p { color: rgb(170,246,253); }
H1.HeaderClassName
{
color: #AAF6FD;
}
.AnyTagClassName
{
color: #AAF6FD;
}
</style>
background-color css
<style>
a { background-color: #AAF6FD; }
a { background-color: rgb(170,246,253); }
div.DivClassName
{
background-color: #AAF6FD;
}
.BgClassName
{
background-color: #AAF6FD;
}
</style>
border-color css
<style>
span { border-color: #AAF6FD; }
span { border-color: rgb(170,246,253); }
td.TdClassName
{
border-color: #AAF6FD;
}
.TagClassName
{
border-color: #AAF6FD;
}
</style>