Shades of Pale Turquoise #AEEDEA
Tints of Pale Turquoise #AEEDEA
RGB
CMYK
RGB Variations
Color information
#AEEDEA (or 0xAEEDEA) is known color: Pale Turquoise. HEX triplet: AE, ED and EA. RGB value is (174,237,234). Sum of RGB (Red+Green+Blue) = 174+237+234=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDEA is #511215. Grayscale: #D9D9D9. Windows color (decimal): -5313046 or 15396270. OLE color: 15396270.
HSL color Cylindrical-coordinate representation of color #AEEDEA: hue angle of 177.14º 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 #AEEDEA is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 234 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.07 |
| HSL | 177.14º | 0.64% | 0.81% | - |
| HSV(B) | 177.14º | 0.27% | 0.93% | - |
| XYZ | 62.59 | 75.51 | 89.12 | - |
| YUV | 217.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 234 | 0.27 | 0 | 0.01 | 0.07 | 177.14 | 0.64 | 0.81 |
| Hex | AE | ED | EA | 1B | 0 | 1 | 7 | B1 | 40 | 51 |
| Octal | 256 | 355 | 352 | 33 | 0 | 1 | 7 | 261 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11101010 | 11011 | 0 | 1 | 111 | 10110001 | 1000000 | 1010001 |
Color Harmonies of #AEEDEA
Complementary color
Monochromatic Colors of #AEEDEA
Black with #AEEDEA
Text Example
Text Example
White with #AEEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDEA; }
p { color: rgb(174,237,234); }
H1.HeaderClassName
{
color: #AEEDEA;
}
.AnyTagClassName
{
color: #AEEDEA;
}
</style>
background-color css
<style>
a { background-color: #AEEDEA; }
a { background-color: rgb(174,237,234); }
div.DivClassName
{
background-color: #AEEDEA;
}
.BgClassName
{
background-color: #AEEDEA;
}
</style>
border-color css
<style>
span { border-color: #AEEDEA; }
span { border-color: rgb(174,237,234); }
td.TdClassName
{
border-color: #AEEDEA;
}
.TagClassName
{
border-color: #AEEDEA;
}
</style>