Shades of Pale Turquoise #AAF1F1
Tints of Pale Turquoise #AAF1F1
RGB
CMYK
RGB Variations
Color information
#AAF1F1 (or 0xAAF1F1) is known color: Pale Turquoise. HEX triplet: AA, F1 and F1. RGB value is (170,241,241). Sum of RGB (Red+Green+Blue) = 170+241+241=652 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.07% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #AAF1F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1F1 is #550E0E. Grayscale: #DBDBDB. Windows color (decimal): -5574159 or 15856042. OLE color: 15856042.
HSL color Cylindrical-coordinate representation of color #AAF1F1: hue angle of 180º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1F1 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 241 | - |
| CMYK | 0.29 | 0 | 0 | 0.05 |
| HSL | 180º | 0.72% | 0.81% | - |
| HSV(B) | 180º | 0.29% | 0.95% | - |
| XYZ | 63.91 | 77.81 | 94.87 | - |
| YUV | 219.77 | 139.98 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 241 | 0.29 | 0 | 0 | 0.05 | 180 | 0.72 | 0.81 |
| Hex | AA | F1 | F1 | 1D | 0 | 0 | 5 | B4 | 48 | 51 |
| Octal | 252 | 361 | 361 | 35 | 0 | 0 | 5 | 264 | 110 | 121 |
| Binary | 10101010 | 11110001 | 11110001 | 11101 | 0 | 0 | 101 | 10110100 | 1001000 | 1010001 |
Color Harmonies of #AAF1F1
Complementary color
Monochromatic Colors of #AAF1F1
Black with #AAF1F1
Text Example
Text Example
White with #AAF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1F1; }
p { color: rgb(170,241,241); }
H1.HeaderClassName
{
color: #AAF1F1;
}
.AnyTagClassName
{
color: #AAF1F1;
}
</style>
background-color css
<style>
a { background-color: #AAF1F1; }
a { background-color: rgb(170,241,241); }
div.DivClassName
{
background-color: #AAF1F1;
}
.BgClassName
{
background-color: #AAF1F1;
}
</style>
border-color css
<style>
span { border-color: #AAF1F1; }
span { border-color: rgb(170,241,241); }
td.TdClassName
{
border-color: #AAF1F1;
}
.TagClassName
{
border-color: #AAF1F1;
}
</style>