Shades of Pale Turquoise #AAFEFD
Tints of Pale Turquoise #AAFEFD
RGB
CMYK
RGB Variations
Color information
#AAFEFD (or 0xAAFEFD) is known color: Pale Turquoise. HEX triplet: AA, FE and FD. RGB value is (170,254,253). Sum of RGB (Red+Green+Blue) = 170+254+253=677 (89% of max value = 765). Red value is 170 (66.80% from 255 or 25.11% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFEFD is #550102. Grayscale: #E4E4E4. Windows color (decimal): -5570819 or 16645802. OLE color: 16645802.
HSL color Cylindrical-coordinate representation of color #AAFEFD: hue angle of 179.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 #AAFEFD is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 253 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.00 |
| HSL | 179.29º | 0.98% | 0.83% | - |
| HSV(B) | 179.29º | 0.33% | 1% | - |
| XYZ | 69.75 | 86.52 | 105.95 | - |
| YUV | 228.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 253 | 0.33 | 0 | 0.00 | 0.00 | 179.29 | 0.98 | 0.83 |
| Hex | AA | FE | FD | 21 | 0 | 0 | 0 | B3 | 62 | 53 |
| Octal | 252 | 376 | 375 | 41 | 0 | 0 | 0 | 263 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11111101 | 100001 | 0 | 0 | 0 | 10110011 | 1100010 | 1010011 |
Color Harmonies of #AAFEFD
Complementary color
Monochromatic Colors of #AAFEFD
Black with #AAFEFD
Text Example
Text Example
White with #AAFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFEFD; }
p { color: rgb(170,254,253); }
H1.HeaderClassName
{
color: #AAFEFD;
}
.AnyTagClassName
{
color: #AAFEFD;
}
</style>
background-color css
<style>
a { background-color: #AAFEFD; }
a { background-color: rgb(170,254,253); }
div.DivClassName
{
background-color: #AAFEFD;
}
.BgClassName
{
background-color: #AAFEFD;
}
</style>
border-color css
<style>
span { border-color: #AAFEFD; }
span { border-color: rgb(170,254,253); }
td.TdClassName
{
border-color: #AAFEFD;
}
.TagClassName
{
border-color: #AAFEFD;
}
</style>