Shades of Pale Turquoise #AAF1FE
Tints of Pale Turquoise #AAF1FE
RGB
CMYK
RGB Variations
Color information
#AAF1FE (or 0xAAF1FE) is known color: Pale Turquoise. HEX triplet: AA, F1 and FE. RGB value is (170,241,254). Sum of RGB (Red+Green+Blue) = 170+241+254=665 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.56% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1FE is #550E01. Grayscale: #DDDDDD. Windows color (decimal): -5574146 or 16708010. OLE color: 16708010.
HSL color Cylindrical-coordinate representation of color #AAF1FE: hue angle of 189.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF1FE is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 241 | 254 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.00 |
| HSL | 189.29º | 0.98% | 0.83% | - |
| HSV(B) | 189.29º | 0.33% | 1% | - |
| XYZ | 65.92 | 78.61 | 105.47 | - |
| YUV | 221.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 254 | 0.33 | 0.05 | 0 | 0.00 | 189.29 | 0.98 | 0.83 |
| Hex | AA | F1 | FE | 21 | 5 | 0 | 0 | BD | 62 | 53 |
| Octal | 252 | 361 | 376 | 41 | 5 | 0 | 0 | 275 | 142 | 123 |
| Binary | 10101010 | 11110001 | 11111110 | 100001 | 101 | 0 | 0 | 10111101 | 1100010 | 1010011 |
Color Harmonies of #AAF1FE
Complementary color
Monochromatic Colors of #AAF1FE
Black with #AAF1FE
Text Example
Text Example
White with #AAF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1FE; }
p { color: rgb(170,241,254); }
H1.HeaderClassName
{
color: #AAF1FE;
}
.AnyTagClassName
{
color: #AAF1FE;
}
</style>
background-color css
<style>
a { background-color: #AAF1FE; }
a { background-color: rgb(170,241,254); }
div.DivClassName
{
background-color: #AAF1FE;
}
.BgClassName
{
background-color: #AAF1FE;
}
</style>
border-color css
<style>
span { border-color: #AAF1FE; }
span { border-color: rgb(170,241,254); }
td.TdClassName
{
border-color: #AAF1FE;
}
.TagClassName
{
border-color: #AAF1FE;
}
</style>