Shades of Pale Turquoise #AEEEEC
Tints of Pale Turquoise #AEEEEC
RGB
CMYK
RGB Variations
Color information
#AEEEEC (or 0xAEEEEC) is known color: Pale Turquoise. HEX triplet: AE, EE and EC. RGB value is (174,238,236). Sum of RGB (Red+Green+Blue) = 174+238+236=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEEC is #511113. Grayscale: #DADADA. Windows color (decimal): -5312788 or 15527598. OLE color: 15527598.
HSL color Cylindrical-coordinate representation of color #AEEEEC: hue angle of 178.12º degrees, saturation: 0.65, 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 #AEEEEC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 236 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.07 |
| HSL | 178.13º | 0.65% | 0.81% | - |
| HSV(B) | 178.13º | 0.27% | 0.93% | - |
| XYZ | 63.17 | 76.2 | 90.74 | - |
| YUV | 218.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 236 | 0.27 | 0 | 0.01 | 0.07 | 178.13 | 0.65 | 0.81 |
| Hex | AE | EE | EC | 1B | 0 | 1 | 7 | B2 | 41 | 51 |
| Octal | 256 | 356 | 354 | 33 | 0 | 1 | 7 | 262 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11101100 | 11011 | 0 | 1 | 111 | 10110010 | 1000001 | 1010001 |
Color Harmonies of #AEEEEC
Complementary color
Monochromatic Colors of #AEEEEC
Black with #AEEEEC
Text Example
Text Example
White with #AEEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEEC; }
p { color: rgb(174,238,236); }
H1.HeaderClassName
{
color: #AEEEEC;
}
.AnyTagClassName
{
color: #AEEEEC;
}
</style>
background-color css
<style>
a { background-color: #AEEEEC; }
a { background-color: rgb(174,238,236); }
div.DivClassName
{
background-color: #AEEEEC;
}
.BgClassName
{
background-color: #AEEEEC;
}
</style>
border-color css
<style>
span { border-color: #AEEEEC; }
span { border-color: rgb(174,238,236); }
td.TdClassName
{
border-color: #AEEEEC;
}
.TagClassName
{
border-color: #AEEEEC;
}
</style>