Shades of Pale Turquoise #AAFDFC
Tints of Pale Turquoise #AAFDFC
RGB
CMYK
RGB Variations
Color information
#AAFDFC (or 0xAAFDFC) is known color: Pale Turquoise. HEX triplet: AA, FD and FC. RGB value is (170,253,252). Sum of RGB (Red+Green+Blue) = 170+253+252=675 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.19% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFDFC is #550203. Grayscale: #E3E3E3. Windows color (decimal): -5571076 or 16580010. OLE color: 16580010.
HSL color Cylindrical-coordinate representation of color #AAFDFC: hue angle of 179.28º 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 #AAFDFC is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 252 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.01 |
| HSL | 179.28º | 0.95% | 0.83% | - |
| HSV(B) | 179.28º | 0.33% | 0.99% | - |
| XYZ | 69.27 | 85.82 | 105.01 | - |
| YUV | 228.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 252 | 0.33 | 0 | 0.00 | 0.01 | 179.28 | 0.95 | 0.83 |
| Hex | AA | FD | FC | 21 | 0 | 0 | 1 | B3 | 5F | 53 |
| Octal | 252 | 375 | 374 | 41 | 0 | 0 | 1 | 263 | 137 | 123 |
| Binary | 10101010 | 11111101 | 11111100 | 100001 | 0 | 0 | 1 | 10110011 | 1011111 | 1010011 |
Color Harmonies of #AAFDFC
Complementary color
Monochromatic Colors of #AAFDFC
Black with #AAFDFC
Text Example
Text Example
White with #AAFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDFC; }
p { color: rgb(170,253,252); }
H1.HeaderClassName
{
color: #AAFDFC;
}
.AnyTagClassName
{
color: #AAFDFC;
}
</style>
background-color css
<style>
a { background-color: #AAFDFC; }
a { background-color: rgb(170,253,252); }
div.DivClassName
{
background-color: #AAFDFC;
}
.BgClassName
{
background-color: #AAFDFC;
}
</style>
border-color css
<style>
span { border-color: #AAFDFC; }
span { border-color: rgb(170,253,252); }
td.TdClassName
{
border-color: #AAFDFC;
}
.TagClassName
{
border-color: #AAFDFC;
}
</style>