Shades of Pale Turquoise #AEEBED
Tints of Pale Turquoise #AEEBED
RGB
CMYK
RGB Variations
Color information
#AEEBED (or 0xAEEBED) is known color: Pale Turquoise. HEX triplet: AE, EB and ED. RGB value is (174,235,237). Sum of RGB (Red+Green+Blue) = 174+235+237=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBED is #511412. Grayscale: #D8D8D8. Windows color (decimal): -5313555 or 15592366. OLE color: 15592366.
HSL color Cylindrical-coordinate representation of color #AEEBED: hue angle of 181.9º 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 #AEEBED is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 235 | 237 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.07 |
| HSL | 181.9º | 0.64% | 0.81% | - |
| HSV(B) | 181.9º | 0.27% | 0.93% | - |
| XYZ | 62.45 | 74.53 | 91.21 | - |
| YUV | 216.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 237 | 0.27 | 0.01 | 0 | 0.07 | 181.9 | 0.64 | 0.81 |
| Hex | AE | EB | ED | 1B | 1 | 0 | 7 | B6 | 40 | 51 |
| Octal | 256 | 353 | 355 | 33 | 1 | 0 | 7 | 266 | 100 | 121 |
| Binary | 10101110 | 11101011 | 11101101 | 11011 | 1 | 0 | 111 | 10110110 | 1000000 | 1010001 |
Color Harmonies of #AEEBED
Complementary color
Monochromatic Colors of #AEEBED
Black with #AEEBED
Text Example
Text Example
White with #AEEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBED; }
p { color: rgb(174,235,237); }
H1.HeaderClassName
{
color: #AEEBED;
}
.AnyTagClassName
{
color: #AEEBED;
}
</style>
background-color css
<style>
a { background-color: #AEEBED; }
a { background-color: rgb(174,235,237); }
div.DivClassName
{
background-color: #AEEBED;
}
.BgClassName
{
background-color: #AEEBED;
}
</style>
border-color css
<style>
span { border-color: #AEEBED; }
span { border-color: rgb(174,235,237); }
td.TdClassName
{
border-color: #AEEBED;
}
.TagClassName
{
border-color: #AEEBED;
}
</style>