Shades of Pale Turquoise #AEEDEC
Tints of Pale Turquoise #AEEDEC
RGB
CMYK
RGB Variations
Color information
#AEEDEC (or 0xAEEDEC) is known color: Pale Turquoise. HEX triplet: AE, ED and EC. RGB value is (174,237,236). Sum of RGB (Red+Green+Blue) = 174+237+236=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDEC is #511213. Grayscale: #D9D9D9. Windows color (decimal): -5313044 or 15527342. OLE color: 15527342.
HSL color Cylindrical-coordinate representation of color #AEEDEC: hue angle of 179.05º 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 #AEEDEC is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 236 | - |
| CMYK | 0.27 | 0 | 0.00 | 0.07 |
| HSL | 179.05º | 0.64% | 0.81% | - |
| HSV(B) | 179.05º | 0.27% | 0.93% | - |
| XYZ | 62.88 | 75.62 | 90.64 | - |
| YUV | 218.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 236 | 0.27 | 0 | 0.00 | 0.07 | 179.05 | 0.64 | 0.81 |
| Hex | AE | ED | EC | 1B | 0 | 0 | 7 | B3 | 40 | 51 |
| Octal | 256 | 355 | 354 | 33 | 0 | 0 | 7 | 263 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11101100 | 11011 | 0 | 0 | 111 | 10110011 | 1000000 | 1010001 |
Color Harmonies of #AEEDEC
Complementary color
Monochromatic Colors of #AEEDEC
Black with #AEEDEC
Text Example
Text Example
White with #AEEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDEC; }
p { color: rgb(174,237,236); }
H1.HeaderClassName
{
color: #AEEDEC;
}
.AnyTagClassName
{
color: #AEEDEC;
}
</style>
background-color css
<style>
a { background-color: #AEEDEC; }
a { background-color: rgb(174,237,236); }
div.DivClassName
{
background-color: #AEEDEC;
}
.BgClassName
{
background-color: #AEEDEC;
}
</style>
border-color css
<style>
span { border-color: #AEEDEC; }
span { border-color: rgb(174,237,236); }
td.TdClassName
{
border-color: #AEEDEC;
}
.TagClassName
{
border-color: #AEEDEC;
}
</style>