Shades of Pale Turquoise #AEECF0
Tints of Pale Turquoise #AEECF0
RGB
CMYK
RGB Variations
Color information
#AEECF0 (or 0xAEECF0) is known color: Pale Turquoise. HEX triplet: AE, EC and F0. RGB value is (174,236,240). Sum of RGB (Red+Green+Blue) = 174+236+240=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECF0 is #51130F. Grayscale: #D9D9D9. Windows color (decimal): -5313296 or 15789230. OLE color: 15789230.
HSL color Cylindrical-coordinate representation of color #AEECF0: hue angle of 183.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEECF0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 236 | 240 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.06 |
| HSL | 183.64º | 0.69% | 0.81% | - |
| HSV(B) | 183.64º | 0.28% | 0.94% | - |
| XYZ | 63.18 | 75.28 | 93.64 | - |
| YUV | 217.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 240 | 0.28 | 0.02 | 0 | 0.06 | 183.64 | 0.69 | 0.81 |
| Hex | AE | EC | F0 | 1C | 2 | 0 | 6 | B8 | 45 | 51 |
| Octal | 256 | 354 | 360 | 34 | 2 | 0 | 6 | 270 | 105 | 121 |
| Binary | 10101110 | 11101100 | 11110000 | 11100 | 10 | 0 | 110 | 10111000 | 1000101 | 1010001 |
Color Harmonies of #AEECF0
Complementary color
Monochromatic Colors of #AEECF0
Black with #AEECF0
Text Example
Text Example
White with #AEECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECF0; }
p { color: rgb(174,236,240); }
H1.HeaderClassName
{
color: #AEECF0;
}
.AnyTagClassName
{
color: #AEECF0;
}
</style>
background-color css
<style>
a { background-color: #AEECF0; }
a { background-color: rgb(174,236,240); }
div.DivClassName
{
background-color: #AEECF0;
}
.BgClassName
{
background-color: #AEECF0;
}
</style>
border-color css
<style>
span { border-color: #AEECF0; }
span { border-color: rgb(174,236,240); }
td.TdClassName
{
border-color: #AEECF0;
}
.TagClassName
{
border-color: #AEECF0;
}
</style>