Shades of Pale Turquoise #AAF1FC
Tints of Pale Turquoise #AAF1FC
RGB
CMYK
RGB Variations
Color information
#AAF1FC (or 0xAAF1FC) is known color: Pale Turquoise. HEX triplet: AA, F1 and FC. RGB value is (170,241,252). Sum of RGB (Red+Green+Blue) = 170+241+252=663 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.64% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAF1FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1FC is #550E03. Grayscale: #DCDCDC. Windows color (decimal): -5574148 or 16576938. OLE color: 16576938.
HSL color Cylindrical-coordinate representation of color #AAF1FC: hue angle of 188.05º 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 #AAF1FC is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 241 | 252 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.01 |
| HSL | 188.05º | 0.93% | 0.83% | - |
| HSV(B) | 188.05º | 0.33% | 0.99% | - |
| XYZ | 65.6 | 78.48 | 103.79 | - |
| YUV | 221.03 | 145.48 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 252 | 0.33 | 0.04 | 0 | 0.01 | 188.05 | 0.93 | 0.83 |
| Hex | AA | F1 | FC | 21 | 4 | 0 | 1 | BC | 5D | 53 |
| Octal | 252 | 361 | 374 | 41 | 4 | 0 | 1 | 274 | 135 | 123 |
| Binary | 10101010 | 11110001 | 11111100 | 100001 | 100 | 0 | 1 | 10111100 | 1011101 | 1010011 |
Color Harmonies of #AAF1FC
Complementary color
Monochromatic Colors of #AAF1FC
Black with #AAF1FC
Text Example
Text Example
White with #AAF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1FC; }
p { color: rgb(170,241,252); }
H1.HeaderClassName
{
color: #AAF1FC;
}
.AnyTagClassName
{
color: #AAF1FC;
}
</style>
background-color css
<style>
a { background-color: #AAF1FC; }
a { background-color: rgb(170,241,252); }
div.DivClassName
{
background-color: #AAF1FC;
}
.BgClassName
{
background-color: #AAF1FC;
}
</style>
border-color css
<style>
span { border-color: #AAF1FC; }
span { border-color: rgb(170,241,252); }
td.TdClassName
{
border-color: #AAF1FC;
}
.TagClassName
{
border-color: #AAF1FC;
}
</style>