Shades of Pale Turquoise #AEF0E8
Tints of Pale Turquoise #AEF0E8
RGB
CMYK
RGB Variations
Color information
#AEF0E8 (or 0xAEF0E8) is known color: Pale Turquoise. HEX triplet: AE, F0 and E8. RGB value is (174,240,232). Sum of RGB (Red+Green+Blue) = 174+240+232=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF0E8 is #510F17. Grayscale: #DBDBDB. Windows color (decimal): -5312280 or 15265966. OLE color: 15265966.
HSL color Cylindrical-coordinate representation of color #AEF0E8: hue angle of 172.73º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0E8 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 240 | 232 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.06 |
| HSL | 172.73º | 0.69% | 0.81% | - |
| HSV(B) | 172.73º | 0.28% | 0.94% | - |
| XYZ | 63.18 | 77.15 | 87.9 | - |
| YUV | 219.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 240 | 232 | 0.28 | 0 | 0.03 | 0.06 | 172.73 | 0.69 | 0.81 |
| Hex | AE | F0 | E8 | 1C | 0 | 3 | 6 | AD | 45 | 51 |
| Octal | 256 | 360 | 350 | 34 | 0 | 3 | 6 | 255 | 105 | 121 |
| Binary | 10101110 | 11110000 | 11101000 | 11100 | 0 | 11 | 110 | 10101101 | 1000101 | 1010001 |
Color Harmonies of #AEF0E8
Complementary color
Monochromatic Colors of #AEF0E8
Black with #AEF0E8
Text Example
Text Example
White with #AEF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF0E8; }
p { color: rgb(174,240,232); }
H1.HeaderClassName
{
color: #AEF0E8;
}
.AnyTagClassName
{
color: #AEF0E8;
}
</style>
background-color css
<style>
a { background-color: #AEF0E8; }
a { background-color: rgb(174,240,232); }
div.DivClassName
{
background-color: #AEF0E8;
}
.BgClassName
{
background-color: #AEF0E8;
}
</style>
border-color css
<style>
span { border-color: #AEF0E8; }
span { border-color: rgb(174,240,232); }
td.TdClassName
{
border-color: #AEF0E8;
}
.TagClassName
{
border-color: #AEF0E8;
}
</style>