Shades of Pale Turquoise #AAF7FC
Tints of Pale Turquoise #AAF7FC
RGB
CMYK
RGB Variations
Color information
#AAF7FC (or 0xAAF7FC) is known color: Pale Turquoise. HEX triplet: AA, F7 and FC. RGB value is (170,247,252). Sum of RGB (Red+Green+Blue) = 170+247+252=669 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.41% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAF7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF7FC is #550803. Grayscale: #E0E0E0. Windows color (decimal): -5572612 or 16578474. OLE color: 16578474.
HSL color Cylindrical-coordinate representation of color #AAF7FC: hue angle of 183.66º degrees, saturation: 0.93, 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 #AAF7FC is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 247 | 252 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.01 |
| HSL | 183.66º | 0.93% | 0.83% | - |
| HSV(B) | 183.66º | 0.33% | 0.99% | - |
| XYZ | 67.41 | 82.1 | 104.39 | - |
| YUV | 224.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 252 | 0.33 | 0.02 | 0 | 0.01 | 183.66 | 0.93 | 0.83 |
| Hex | AA | F7 | FC | 21 | 2 | 0 | 1 | B8 | 5D | 53 |
| Octal | 252 | 367 | 374 | 41 | 2 | 0 | 1 | 270 | 135 | 123 |
| Binary | 10101010 | 11110111 | 11111100 | 100001 | 10 | 0 | 1 | 10111000 | 1011101 | 1010011 |
Color Harmonies of #AAF7FC
Complementary color
Monochromatic Colors of #AAF7FC
Black with #AAF7FC
Text Example
Text Example
White with #AAF7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF7FC; }
p { color: rgb(170,247,252); }
H1.HeaderClassName
{
color: #AAF7FC;
}
.AnyTagClassName
{
color: #AAF7FC;
}
</style>
background-color css
<style>
a { background-color: #AAF7FC; }
a { background-color: rgb(170,247,252); }
div.DivClassName
{
background-color: #AAF7FC;
}
.BgClassName
{
background-color: #AAF7FC;
}
</style>
border-color css
<style>
span { border-color: #AAF7FC; }
span { border-color: rgb(170,247,252); }
td.TdClassName
{
border-color: #AAF7FC;
}
.TagClassName
{
border-color: #AAF7FC;
}
</style>