Shades of Pale Turquoise #AEE8F0
Tints of Pale Turquoise #AEE8F0
RGB
CMYK
RGB Variations
Color information
#AEE8F0 (or 0xAEE8F0) is known color: Pale Turquoise. HEX triplet: AE, E8 and F0. RGB value is (174,232,240). Sum of RGB (Red+Green+Blue) = 174+232+240=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEE8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8F0 is #51170F. Grayscale: #D7D7D7. Windows color (decimal): -5314320 or 15788206. OLE color: 15788206.
HSL color Cylindrical-coordinate representation of color #AEE8F0: hue angle of 187.27º 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 #AEE8F0 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 232 | 240 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.06 |
| HSL | 187.27º | 0.69% | 0.81% | - |
| HSV(B) | 187.27º | 0.28% | 0.94% | - |
| XYZ | 62.04 | 73 | 93.26 | - |
| YUV | 215.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 240 | 0.28 | 0.03 | 0 | 0.06 | 187.27 | 0.69 | 0.81 |
| Hex | AE | E8 | F0 | 1C | 3 | 0 | 6 | BB | 45 | 51 |
| Octal | 256 | 350 | 360 | 34 | 3 | 0 | 6 | 273 | 105 | 121 |
| Binary | 10101110 | 11101000 | 11110000 | 11100 | 11 | 0 | 110 | 10111011 | 1000101 | 1010001 |
Color Harmonies of #AEE8F0
Complementary color
Monochromatic Colors of #AEE8F0
Black with #AEE8F0
Text Example
Text Example
White with #AEE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE8F0; }
p { color: rgb(174,232,240); }
H1.HeaderClassName
{
color: #AEE8F0;
}
.AnyTagClassName
{
color: #AEE8F0;
}
</style>
background-color css
<style>
a { background-color: #AEE8F0; }
a { background-color: rgb(174,232,240); }
div.DivClassName
{
background-color: #AEE8F0;
}
.BgClassName
{
background-color: #AEE8F0;
}
</style>
border-color css
<style>
span { border-color: #AEE8F0; }
span { border-color: rgb(174,232,240); }
td.TdClassName
{
border-color: #AEE8F0;
}
.TagClassName
{
border-color: #AEE8F0;
}
</style>