Shades of Pale Turquoise #AEEAEC
Tints of Pale Turquoise #AEEAEC
RGB
CMYK
RGB Variations
Color information
#AEEAEC (or 0xAEEAEC) is known color: Pale Turquoise. HEX triplet: AE, EA and EC. RGB value is (174,234,236). Sum of RGB (Red+Green+Blue) = 174+234+236=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEEAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAEC is #511513. Grayscale: #D8D8D8. Windows color (decimal): -5313812 or 15526574. OLE color: 15526574.
HSL color Cylindrical-coordinate representation of color #AEEAEC: hue angle of 181.94º 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 #AEEAEC is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 234 | 236 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.07 |
| HSL | 181.94º | 0.62% | 0.8% | - |
| HSV(B) | 181.94º | 0.26% | 0.93% | - |
| XYZ | 62.02 | 73.9 | 90.35 | - |
| YUV | 216.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 236 | 0.26 | 0.01 | 0 | 0.07 | 181.94 | 0.62 | 0.8 |
| Hex | AE | EA | EC | 1A | 1 | 0 | 7 | B6 | 3E | 50 |
| Octal | 256 | 352 | 354 | 32 | 1 | 0 | 7 | 266 | 76 | 120 |
| Binary | 10101110 | 11101010 | 11101100 | 11010 | 1 | 0 | 111 | 10110110 | 111110 | 1010000 |
Color Harmonies of #AEEAEC
Complementary color
Monochromatic Colors of #AEEAEC
Black with #AEEAEC
Text Example
Text Example
White with #AEEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAEC; }
p { color: rgb(174,234,236); }
H1.HeaderClassName
{
color: #AEEAEC;
}
.AnyTagClassName
{
color: #AEEAEC;
}
</style>
background-color css
<style>
a { background-color: #AEEAEC; }
a { background-color: rgb(174,234,236); }
div.DivClassName
{
background-color: #AEEAEC;
}
.BgClassName
{
background-color: #AEEAEC;
}
</style>
border-color css
<style>
span { border-color: #AEEAEC; }
span { border-color: rgb(174,234,236); }
td.TdClassName
{
border-color: #AEEAEC;
}
.TagClassName
{
border-color: #AEEAEC;
}
</style>