Shades of Pale Turquoise #AAFFFB
Tints of Pale Turquoise #AAFFFB
RGB
CMYK
RGB Variations
Color information
#AAFFFB (or 0xAAFFFB) is known color: Pale Turquoise. HEX triplet: AA, FF and FB. RGB value is (170,255,251). Sum of RGB (Red+Green+Blue) = 170+255+251=676 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.15% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFFFB is #550004. Grayscale: #E5E5E5. Windows color (decimal): -5570565 or 16514986. OLE color: 16514986.
HSL color Cylindrical-coordinate representation of color #AAFFFB: hue angle of 177.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFFB is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 251 | - |
| CMYK | 0.33 | 0 | 0.02 | 0 |
| HSL | 177.18º | 1% | 0.83% | - |
| HSV(B) | 177.18º | 0.33% | 1% | - |
| XYZ | 69.75 | 87.03 | 104.39 | - |
| YUV | 229.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 251 | 0.33 | 0 | 0.02 | 0 | 177.18 | 1 | 0.83 |
| Hex | AA | FF | FB | 21 | 0 | 2 | 0 | B1 | 64 | 53 |
| Octal | 252 | 377 | 373 | 41 | 0 | 2 | 0 | 261 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11111011 | 100001 | 0 | 10 | 0 | 10110001 | 1100100 | 1010011 |
Color Harmonies of #AAFFFB
Complementary color
Monochromatic Colors of #AAFFFB
Black with #AAFFFB
Text Example
Text Example
White with #AAFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFFB; }
p { color: rgb(170,255,251); }
H1.HeaderClassName
{
color: #AAFFFB;
}
.AnyTagClassName
{
color: #AAFFFB;
}
</style>
background-color css
<style>
a { background-color: #AAFFFB; }
a { background-color: rgb(170,255,251); }
div.DivClassName
{
background-color: #AAFFFB;
}
.BgClassName
{
background-color: #AAFFFB;
}
</style>
border-color css
<style>
span { border-color: #AAFFFB; }
span { border-color: rgb(170,255,251); }
td.TdClassName
{
border-color: #AAFFFB;
}
.TagClassName
{
border-color: #AAFFFB;
}
</style>