Shades of Pale Turquoise #AEF2E9
Tints of Pale Turquoise #AEF2E9
RGB
CMYK
RGB Variations
Color information
#AEF2E9 (or 0xAEF2E9) is known color: Pale Turquoise. HEX triplet: AE, F2 and E9. RGB value is (174,242,233). Sum of RGB (Red+Green+Blue) = 174+242+233=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2E9 is #510D16. Grayscale: #DCDCDC. Windows color (decimal): -5311767 or 15332014. OLE color: 15332014.
HSL color Cylindrical-coordinate representation of color #AEF2E9: hue angle of 172.06º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2E9 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 233 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.05 |
| HSL | 172.06º | 0.72% | 0.82% | - |
| HSV(B) | 172.06º | 0.28% | 0.95% | - |
| XYZ | 63.92 | 78.39 | 88.85 | - |
| YUV | 220.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 233 | 0.28 | 0 | 0.04 | 0.05 | 172.06 | 0.72 | 0.82 |
| Hex | AE | F2 | E9 | 1C | 0 | 4 | 5 | AC | 48 | 52 |
| Octal | 256 | 362 | 351 | 34 | 0 | 4 | 5 | 254 | 110 | 122 |
| Binary | 10101110 | 11110010 | 11101001 | 11100 | 0 | 100 | 101 | 10101100 | 1001000 | 1010010 |
Color Harmonies of #AEF2E9
Complementary color
Monochromatic Colors of #AEF2E9
Black with #AEF2E9
Text Example
Text Example
White with #AEF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2E9; }
p { color: rgb(174,242,233); }
H1.HeaderClassName
{
color: #AEF2E9;
}
.AnyTagClassName
{
color: #AEF2E9;
}
</style>
background-color css
<style>
a { background-color: #AEF2E9; }
a { background-color: rgb(174,242,233); }
div.DivClassName
{
background-color: #AEF2E9;
}
.BgClassName
{
background-color: #AEF2E9;
}
</style>
border-color css
<style>
span { border-color: #AEF2E9; }
span { border-color: rgb(174,242,233); }
td.TdClassName
{
border-color: #AEF2E9;
}
.TagClassName
{
border-color: #AEF2E9;
}
</style>