Shades of Pale Turquoise #AEECF6
Tints of Pale Turquoise #AEECF6
RGB
CMYK
RGB Variations
Color information
#AEECF6 (or 0xAEECF6) is known color: Pale Turquoise. HEX triplet: AE, EC and F6. RGB value is (174,236,246). Sum of RGB (Red+Green+Blue) = 174+236+246=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECF6 is #511309. Grayscale: #DADADA. Windows color (decimal): -5313290 or 16182446. OLE color: 16182446.
HSL color Cylindrical-coordinate representation of color #AEECF6: hue angle of 188.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEECF6 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 236 | 246 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.04 |
| HSL | 188.33º | 0.8% | 0.82% | - |
| HSV(B) | 188.33º | 0.29% | 0.96% | - |
| XYZ | 64.09 | 75.64 | 98.41 | - |
| YUV | 218.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 246 | 0.29 | 0.04 | 0 | 0.04 | 188.33 | 0.8 | 0.82 |
| Hex | AE | EC | F6 | 1D | 4 | 0 | 4 | BC | 50 | 52 |
| Octal | 256 | 354 | 366 | 35 | 4 | 0 | 4 | 274 | 120 | 122 |
| Binary | 10101110 | 11101100 | 11110110 | 11101 | 100 | 0 | 100 | 10111100 | 1010000 | 1010010 |
Color Harmonies of #AEECF6
Complementary color
Monochromatic Colors of #AEECF6
Black with #AEECF6
Text Example
Text Example
White with #AEECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECF6; }
p { color: rgb(174,236,246); }
H1.HeaderClassName
{
color: #AEECF6;
}
.AnyTagClassName
{
color: #AEECF6;
}
</style>
background-color css
<style>
a { background-color: #AEECF6; }
a { background-color: rgb(174,236,246); }
div.DivClassName
{
background-color: #AEECF6;
}
.BgClassName
{
background-color: #AEECF6;
}
</style>
border-color css
<style>
span { border-color: #AEECF6; }
span { border-color: rgb(174,236,246); }
td.TdClassName
{
border-color: #AEECF6;
}
.TagClassName
{
border-color: #AEECF6;
}
</style>