Shades of Pale Turquoise #AAFDFF
Tints of Pale Turquoise #AAFDFF
RGB
CMYK
RGB Variations
Color information
#AAFDFF (or 0xAAFDFF) is known color: Pale Turquoise. HEX triplet: AA, FD and FF. RGB value is (170,253,255). Sum of RGB (Red+Green+Blue) = 170+253+255=678 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.07% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDFF is #550200. Grayscale: #E4E4E4. Windows color (decimal): -5571073 or 16776618. OLE color: 16776618.
HSL color Cylindrical-coordinate representation of color #AAFDFF: hue angle of 181.41º 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 #AAFDFF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 253 | 255 | - |
| CMYK | 0.33 | 0.01 | 0 | 0 |
| HSL | 181.41º | 1% | 0.83% | - |
| HSV(B) | 181.41º | 0.33% | 1% | - |
| XYZ | 69.75 | 86.02 | 107.53 | - |
| YUV | 228.41 | 143 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 255 | 0.33 | 0.01 | 0 | 0 | 181.41 | 1 | 0.83 |
| Hex | AA | FD | FF | 21 | 1 | 0 | 0 | B5 | 64 | 53 |
| Octal | 252 | 375 | 377 | 41 | 1 | 0 | 0 | 265 | 144 | 123 |
| Binary | 10101010 | 11111101 | 11111111 | 100001 | 1 | 0 | 0 | 10110101 | 1100100 | 1010011 |
Color Harmonies of #AAFDFF
Complementary color
Monochromatic Colors of #AAFDFF
Black with #AAFDFF
Text Example
Text Example
White with #AAFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDFF; }
p { color: rgb(170,253,255); }
H1.HeaderClassName
{
color: #AAFDFF;
}
.AnyTagClassName
{
color: #AAFDFF;
}
</style>
background-color css
<style>
a { background-color: #AAFDFF; }
a { background-color: rgb(170,253,255); }
div.DivClassName
{
background-color: #AAFDFF;
}
.BgClassName
{
background-color: #AAFDFF;
}
</style>
border-color css
<style>
span { border-color: #AAFDFF; }
span { border-color: rgb(170,253,255); }
td.TdClassName
{
border-color: #AAFDFF;
}
.TagClassName
{
border-color: #AAFDFF;
}
</style>