Shades of Pale Turquoise #AAFAFC
Tints of Pale Turquoise #AAFAFC
RGB
CMYK
RGB Variations
Color information
#AAFAFC (or 0xAAFAFC) is known color: Pale Turquoise. HEX triplet: AA, FA and FC. RGB value is (170,250,252). Sum of RGB (Red+Green+Blue) = 170+250+252=672 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.30% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAFAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFAFC is #550503. Grayscale: #E2E2E2. Windows color (decimal): -5571844 or 16579242. OLE color: 16579242.
HSL color Cylindrical-coordinate representation of color #AAFAFC: hue angle of 181.46º 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 #AAFAFC is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 250 | 252 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.01 |
| HSL | 181.46º | 0.93% | 0.83% | - |
| HSV(B) | 181.46º | 0.33% | 0.99% | - |
| XYZ | 68.33 | 83.95 | 104.7 | - |
| YUV | 226.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 252 | 0.33 | 0.01 | 0 | 0.01 | 181.46 | 0.93 | 0.83 |
| Hex | AA | FA | FC | 21 | 1 | 0 | 1 | B5 | 5D | 53 |
| Octal | 252 | 372 | 374 | 41 | 1 | 0 | 1 | 265 | 135 | 123 |
| Binary | 10101010 | 11111010 | 11111100 | 100001 | 1 | 0 | 1 | 10110101 | 1011101 | 1010011 |
Color Harmonies of #AAFAFC
Complementary color
Monochromatic Colors of #AAFAFC
Black with #AAFAFC
Text Example
Text Example
White with #AAFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFAFC; }
p { color: rgb(170,250,252); }
H1.HeaderClassName
{
color: #AAFAFC;
}
.AnyTagClassName
{
color: #AAFAFC;
}
</style>
background-color css
<style>
a { background-color: #AAFAFC; }
a { background-color: rgb(170,250,252); }
div.DivClassName
{
background-color: #AAFAFC;
}
.BgClassName
{
background-color: #AAFAFC;
}
</style>
border-color css
<style>
span { border-color: #AAFAFC; }
span { border-color: rgb(170,250,252); }
td.TdClassName
{
border-color: #AAFAFC;
}
.TagClassName
{
border-color: #AAFAFC;
}
</style>