Shades of Pale Turquoise #AAF1FD
Tints of Pale Turquoise #AAF1FD
RGB
CMYK
RGB Variations
Color information
#AAF1FD (or 0xAAF1FD) is known color: Pale Turquoise. HEX triplet: AA, F1 and FD. RGB value is (170,241,253). Sum of RGB (Red+Green+Blue) = 170+241+253=664 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.60% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAF1FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAF1FD is #550E02. Grayscale: #DDDDDD. Windows color (decimal): -5574147 or 16642474. OLE color: 16642474.
HSL color Cylindrical-coordinate representation of color #AAF1FD: hue angle of 188.67º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF1FD is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 241 | 253 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.01 |
| HSL | 188.67º | 0.95% | 0.83% | - |
| HSV(B) | 188.67º | 0.33% | 0.99% | - |
| XYZ | 65.76 | 78.55 | 104.62 | - |
| YUV | 221.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 253 | 0.33 | 0.05 | 0 | 0.01 | 188.67 | 0.95 | 0.83 |
| Hex | AA | F1 | FD | 21 | 5 | 0 | 1 | BD | 5F | 53 |
| Octal | 252 | 361 | 375 | 41 | 5 | 0 | 1 | 275 | 137 | 123 |
| Binary | 10101010 | 11110001 | 11111101 | 100001 | 101 | 0 | 1 | 10111101 | 1011111 | 1010011 |
Color Harmonies of #AAF1FD
Complementary color
Monochromatic Colors of #AAF1FD
Black with #AAF1FD
Text Example
Text Example
White with #AAF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1FD; }
p { color: rgb(170,241,253); }
H1.HeaderClassName
{
color: #AAF1FD;
}
.AnyTagClassName
{
color: #AAF1FD;
}
</style>
background-color css
<style>
a { background-color: #AAF1FD; }
a { background-color: rgb(170,241,253); }
div.DivClassName
{
background-color: #AAF1FD;
}
.BgClassName
{
background-color: #AAF1FD;
}
</style>
border-color css
<style>
span { border-color: #AAF1FD; }
span { border-color: rgb(170,241,253); }
td.TdClassName
{
border-color: #AAF1FD;
}
.TagClassName
{
border-color: #AAF1FD;
}
</style>