Shades of Pale Turquoise #AAF3FE
Tints of Pale Turquoise #AAF3FE
RGB
CMYK
RGB Variations
Color information
#AAF3FE (or 0xAAF3FE) is known color: Pale Turquoise. HEX triplet: AA, F3 and FE. RGB value is (170,243,254). Sum of RGB (Red+Green+Blue) = 170+243+254=667 (88% of max value = 765). Red value is 170 (66.80% from 255 or 25.49% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAF3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF3FE is #550C01. Grayscale: #DEDEDE. Windows color (decimal): -5573634 or 16708522. OLE color: 16708522.
HSL color Cylindrical-coordinate representation of color #AAF3FE: hue angle of 187.86º 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 #AAF3FE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 243 | 254 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.00 |
| HSL | 187.86º | 0.98% | 0.83% | - |
| HSV(B) | 187.86º | 0.33% | 1% | - |
| XYZ | 66.52 | 79.8 | 105.66 | - |
| YUV | 222.43 | 145.82 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 254 | 0.33 | 0.04 | 0 | 0.00 | 187.86 | 0.98 | 0.83 |
| Hex | AA | F3 | FE | 21 | 4 | 0 | 0 | BC | 62 | 53 |
| Octal | 252 | 363 | 376 | 41 | 4 | 0 | 0 | 274 | 142 | 123 |
| Binary | 10101010 | 11110011 | 11111110 | 100001 | 100 | 0 | 0 | 10111100 | 1100010 | 1010011 |
Color Harmonies of #AAF3FE
Complementary color
Monochromatic Colors of #AAF3FE
Black with #AAF3FE
Text Example
Text Example
White with #AAF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF3FE; }
p { color: rgb(170,243,254); }
H1.HeaderClassName
{
color: #AAF3FE;
}
.AnyTagClassName
{
color: #AAF3FE;
}
</style>
background-color css
<style>
a { background-color: #AAF3FE; }
a { background-color: rgb(170,243,254); }
div.DivClassName
{
background-color: #AAF3FE;
}
.BgClassName
{
background-color: #AAF3FE;
}
</style>
border-color css
<style>
span { border-color: #AAF3FE; }
span { border-color: rgb(170,243,254); }
td.TdClassName
{
border-color: #AAF3FE;
}
.TagClassName
{
border-color: #AAF3FE;
}
</style>