Shades of Pale Turquoise #AEF1E9
Tints of Pale Turquoise #AEF1E9
RGB
CMYK
RGB Variations
Color information
#AEF1E9 (or 0xAEF1E9) is known color: Pale Turquoise. HEX triplet: AE, F1 and E9. RGB value is (174,241,233). Sum of RGB (Red+Green+Blue) = 174+241+233=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF1E9 is #510E16. Grayscale: #DCDCDC. Windows color (decimal): -5312023 or 15331758. OLE color: 15331758.
HSL color Cylindrical-coordinate representation of color #AEF1E9: hue angle of 172.84º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1E9 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 233 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.05 |
| HSL | 172.84º | 0.71% | 0.81% | - |
| HSV(B) | 172.84º | 0.28% | 0.95% | - |
| XYZ | 63.62 | 77.79 | 88.75 | - |
| YUV | 220.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 233 | 0.28 | 0 | 0.03 | 0.05 | 172.84 | 0.71 | 0.81 |
| Hex | AE | F1 | E9 | 1C | 0 | 3 | 5 | AD | 47 | 51 |
| Octal | 256 | 361 | 351 | 34 | 0 | 3 | 5 | 255 | 107 | 121 |
| Binary | 10101110 | 11110001 | 11101001 | 11100 | 0 | 11 | 101 | 10101101 | 1000111 | 1010001 |
Color Harmonies of #AEF1E9
Complementary color
Monochromatic Colors of #AEF1E9
Black with #AEF1E9
Text Example
Text Example
White with #AEF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1E9; }
p { color: rgb(174,241,233); }
H1.HeaderClassName
{
color: #AEF1E9;
}
.AnyTagClassName
{
color: #AEF1E9;
}
</style>
background-color css
<style>
a { background-color: #AEF1E9; }
a { background-color: rgb(174,241,233); }
div.DivClassName
{
background-color: #AEF1E9;
}
.BgClassName
{
background-color: #AEF1E9;
}
</style>
border-color css
<style>
span { border-color: #AEF1E9; }
span { border-color: rgb(174,241,233); }
td.TdClassName
{
border-color: #AEF1E9;
}
.TagClassName
{
border-color: #AEF1E9;
}
</style>