Shades of Pale Turquoise #AEE8ED
Tints of Pale Turquoise #AEE8ED
RGB
CMYK
RGB Variations
Color information
#AEE8ED (or 0xAEE8ED) is known color: Pale Turquoise. HEX triplet: AE, E8 and ED. RGB value is (174,232,237). Sum of RGB (Red+Green+Blue) = 174+232+237=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8ED is #511712. Grayscale: #D7D7D7. Windows color (decimal): -5314323 or 15591598. OLE color: 15591598.
HSL color Cylindrical-coordinate representation of color #AEE8ED: hue angle of 184.76º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE8ED is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 232 | 237 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.07 |
| HSL | 184.76º | 0.64% | 0.81% | - |
| HSV(B) | 184.76º | 0.27% | 0.93% | - |
| XYZ | 61.6 | 72.83 | 90.93 | - |
| YUV | 215.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 237 | 0.27 | 0.02 | 0 | 0.07 | 184.76 | 0.64 | 0.81 |
| Hex | AE | E8 | ED | 1B | 2 | 0 | 7 | B9 | 40 | 51 |
| Octal | 256 | 350 | 355 | 33 | 2 | 0 | 7 | 271 | 100 | 121 |
| Binary | 10101110 | 11101000 | 11101101 | 11011 | 10 | 0 | 111 | 10111001 | 1000000 | 1010001 |
Color Harmonies of #AEE8ED
Complementary color
Monochromatic Colors of #AEE8ED
Black with #AEE8ED
Text Example
Text Example
White with #AEE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE8ED; }
p { color: rgb(174,232,237); }
H1.HeaderClassName
{
color: #AEE8ED;
}
.AnyTagClassName
{
color: #AEE8ED;
}
</style>
background-color css
<style>
a { background-color: #AEE8ED; }
a { background-color: rgb(174,232,237); }
div.DivClassName
{
background-color: #AEE8ED;
}
.BgClassName
{
background-color: #AEE8ED;
}
</style>
border-color css
<style>
span { border-color: #AEE8ED; }
span { border-color: rgb(174,232,237); }
td.TdClassName
{
border-color: #AEE8ED;
}
.TagClassName
{
border-color: #AEE8ED;
}
</style>