Shades of Pale Turquoise #AAFFFD
Tints of Pale Turquoise #AAFFFD
RGB
CMYK
RGB Variations
Color information
#AAFFFD (or 0xAAFFFD) is known color: Pale Turquoise. HEX triplet: AA, FF and FD. RGB value is (170,255,253). Sum of RGB (Red+Green+Blue) = 170+255+253=678 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.07% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFFD is #550002. Grayscale: #E5E5E5. Windows color (decimal): -5570563 or 16646058. OLE color: 16646058.
HSL color Cylindrical-coordinate representation of color #AAFFFD: hue angle of 178.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFFD is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 253 | - |
| CMYK | 0.33 | 0 | 0.01 | 0 |
| HSL | 178.59º | 1% | 0.83% | - |
| HSV(B) | 178.59º | 0.33% | 1% | - |
| XYZ | 70.07 | 87.16 | 106.06 | - |
| YUV | 229.36 | 141.34 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 253 | 0.33 | 0 | 0.01 | 0 | 178.59 | 1 | 0.83 |
| Hex | AA | FF | FD | 21 | 0 | 1 | 0 | B3 | 64 | 53 |
| Octal | 252 | 377 | 375 | 41 | 0 | 1 | 0 | 263 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11111101 | 100001 | 0 | 1 | 0 | 10110011 | 1100100 | 1010011 |
Color Harmonies of #AAFFFD
Complementary color
Monochromatic Colors of #AAFFFD
Black with #AAFFFD
Text Example
Text Example
White with #AAFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFFD; }
p { color: rgb(170,255,253); }
H1.HeaderClassName
{
color: #AAFFFD;
}
.AnyTagClassName
{
color: #AAFFFD;
}
</style>
background-color css
<style>
a { background-color: #AAFFFD; }
a { background-color: rgb(170,255,253); }
div.DivClassName
{
background-color: #AAFFFD;
}
.BgClassName
{
background-color: #AAFFFD;
}
</style>
border-color css
<style>
span { border-color: #AAFFFD; }
span { border-color: rgb(170,255,253); }
td.TdClassName
{
border-color: #AAFFFD;
}
.TagClassName
{
border-color: #AAFFFD;
}
</style>