Shades of Pale Turquoise #AAF6FC
Tints of Pale Turquoise #AAF6FC
RGB
CMYK
RGB Variations
Color information
#AAF6FC (or 0xAAF6FC) is known color: Pale Turquoise. HEX triplet: AA, F6 and FC. RGB value is (170,246,252). Sum of RGB (Red+Green+Blue) = 170+246+252=668 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.45% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAF6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF6FC is #550903. Grayscale: #DFDFDF. Windows color (decimal): -5572868 or 16578218. OLE color: 16578218.
HSL color Cylindrical-coordinate representation of color #AAF6FC: hue angle of 184.39º 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 #AAF6FC is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 246 | 252 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.01 |
| HSL | 184.39º | 0.93% | 0.83% | - |
| HSV(B) | 184.39º | 0.33% | 0.99% | - |
| XYZ | 67.1 | 81.49 | 104.29 | - |
| YUV | 223.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 252 | 0.33 | 0.02 | 0 | 0.01 | 184.39 | 0.93 | 0.83 |
| Hex | AA | F6 | FC | 21 | 2 | 0 | 1 | B8 | 5D | 53 |
| Octal | 252 | 366 | 374 | 41 | 2 | 0 | 1 | 270 | 135 | 123 |
| Binary | 10101010 | 11110110 | 11111100 | 100001 | 10 | 0 | 1 | 10111000 | 1011101 | 1010011 |
Color Harmonies of #AAF6FC
Complementary color
Monochromatic Colors of #AAF6FC
Black with #AAF6FC
Text Example
Text Example
White with #AAF6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF6FC; }
p { color: rgb(170,246,252); }
H1.HeaderClassName
{
color: #AAF6FC;
}
.AnyTagClassName
{
color: #AAF6FC;
}
</style>
background-color css
<style>
a { background-color: #AAF6FC; }
a { background-color: rgb(170,246,252); }
div.DivClassName
{
background-color: #AAF6FC;
}
.BgClassName
{
background-color: #AAF6FC;
}
</style>
border-color css
<style>
span { border-color: #AAF6FC; }
span { border-color: rgb(170,246,252); }
td.TdClassName
{
border-color: #AAF6FC;
}
.TagClassName
{
border-color: #AAF6FC;
}
</style>