Shades of Pale Turquoise #AAF3F3
Tints of Pale Turquoise #AAF3F3
RGB
CMYK
RGB Variations
Color information
#AAF3F3 (or 0xAAF3F3) is known color: Pale Turquoise. HEX triplet: AA, F3 and F3. RGB value is (170,243,243). Sum of RGB (Red+Green+Blue) = 170+243+243=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #AAF3F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3F3 is #550C0C. Grayscale: #DDDDDD. Windows color (decimal): -5573645 or 15987626. OLE color: 15987626.
HSL color Cylindrical-coordinate representation of color #AAF3F3: hue angle of 180º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3F3 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 243 | - |
| CMYK | 0.30 | 0 | 0 | 0.05 |
| HSL | 180º | 0.75% | 0.81% | - |
| HSV(B) | 180º | 0.3% | 0.95% | - |
| XYZ | 64.81 | 79.12 | 96.65 | - |
| YUV | 221.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 243 | 0.30 | 0 | 0 | 0.05 | 180 | 0.75 | 0.81 |
| Hex | AA | F3 | F3 | 1E | 0 | 0 | 5 | B4 | 4B | 51 |
| Octal | 252 | 363 | 363 | 36 | 0 | 0 | 5 | 264 | 113 | 121 |
| Binary | 10101010 | 11110011 | 11110011 | 11110 | 0 | 0 | 101 | 10110100 | 1001011 | 1010001 |
Color Harmonies of #AAF3F3
Complementary color
Monochromatic Colors of #AAF3F3
Black with #AAF3F3
Text Example
Text Example
White with #AAF3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3F3; }
p { color: rgb(170,243,243); }
H1.HeaderClassName
{
color: #AAF3F3;
}
.AnyTagClassName
{
color: #AAF3F3;
}
</style>
background-color css
<style>
a { background-color: #AAF3F3; }
a { background-color: rgb(170,243,243); }
div.DivClassName
{
background-color: #AAF3F3;
}
.BgClassName
{
background-color: #AAF3F3;
}
</style>
border-color css
<style>
span { border-color: #AAF3F3; }
span { border-color: rgb(170,243,243); }
td.TdClassName
{
border-color: #AAF3F3;
}
.TagClassName
{
border-color: #AAF3F3;
}
</style>