Shades of Pale Turquoise #AEEBE5
Tints of Pale Turquoise #AEEBE5
RGB
CMYK
RGB Variations
Color information
#AEEBE5 (or 0xAEEBE5) is known color: Pale Turquoise. HEX triplet: AE, EB and E5. RGB value is (174,235,229). Sum of RGB (Red+Green+Blue) = 174+235+229=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBE5 is #51141A. Grayscale: #D8D8D8. Windows color (decimal): -5313563 or 15068078. OLE color: 15068078.
HSL color Cylindrical-coordinate representation of color #AEEBE5: hue angle of 174.1º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBE5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 229 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.08 |
| HSL | 174.1º | 0.6% | 0.8% | - |
| HSV(B) | 174.1º | 0.26% | 0.92% | - |
| XYZ | 61.31 | 74.07 | 85.19 | - |
| YUV | 216.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 229 | 0.26 | 0 | 0.03 | 0.08 | 174.1 | 0.6 | 0.8 |
| Hex | AE | EB | E5 | 1A | 0 | 3 | 8 | AE | 3C | 50 |
| Octal | 256 | 353 | 345 | 32 | 0 | 3 | 10 | 256 | 74 | 120 |
| Binary | 10101110 | 11101011 | 11100101 | 11010 | 0 | 11 | 1000 | 10101110 | 111100 | 1010000 |
Color Harmonies of #AEEBE5
Complementary color
Monochromatic Colors of #AEEBE5
Black with #AEEBE5
Text Example
Text Example
White with #AEEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBE5; }
p { color: rgb(174,235,229); }
H1.HeaderClassName
{
color: #AEEBE5;
}
.AnyTagClassName
{
color: #AEEBE5;
}
</style>
background-color css
<style>
a { background-color: #AEEBE5; }
a { background-color: rgb(174,235,229); }
div.DivClassName
{
background-color: #AEEBE5;
}
.BgClassName
{
background-color: #AEEBE5;
}
</style>
border-color css
<style>
span { border-color: #AEEBE5; }
span { border-color: rgb(174,235,229); }
td.TdClassName
{
border-color: #AEEBE5;
}
.TagClassName
{
border-color: #AEEBE5;
}
</style>