Shades of Pale Turquoise #AEECEA
Tints of Pale Turquoise #AEECEA
RGB
CMYK
RGB Variations
Color information
#AEECEA (or 0xAEECEA) is known color: Pale Turquoise. HEX triplet: AE, EC and EA. RGB value is (174,236,234). Sum of RGB (Red+Green+Blue) = 174+236+234=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECEA is #511315. Grayscale: #D9D9D9. Windows color (decimal): -5313302 or 15396014. OLE color: 15396014.
HSL color Cylindrical-coordinate representation of color #AEECEA: hue angle of 178.06º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECEA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 234 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.07 |
| HSL | 178.06º | 0.62% | 0.8% | - |
| HSV(B) | 178.06º | 0.26% | 0.93% | - |
| XYZ | 62.3 | 74.93 | 89.02 | - |
| YUV | 217.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 234 | 0.26 | 0 | 0.01 | 0.07 | 178.06 | 0.62 | 0.8 |
| Hex | AE | EC | EA | 1A | 0 | 1 | 7 | B2 | 3E | 50 |
| Octal | 256 | 354 | 352 | 32 | 0 | 1 | 7 | 262 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11101010 | 11010 | 0 | 1 | 111 | 10110010 | 111110 | 1010000 |
Color Harmonies of #AEECEA
Complementary color
Monochromatic Colors of #AEECEA
Black with #AEECEA
Text Example
Text Example
White with #AEECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECEA; }
p { color: rgb(174,236,234); }
H1.HeaderClassName
{
color: #AEECEA;
}
.AnyTagClassName
{
color: #AEECEA;
}
</style>
background-color css
<style>
a { background-color: #AEECEA; }
a { background-color: rgb(174,236,234); }
div.DivClassName
{
background-color: #AEECEA;
}
.BgClassName
{
background-color: #AEECEA;
}
</style>
border-color css
<style>
span { border-color: #AEECEA; }
span { border-color: rgb(174,236,234); }
td.TdClassName
{
border-color: #AEECEA;
}
.TagClassName
{
border-color: #AEECEA;
}
</style>