Shades of Pale Turquoise #AEECEF
Tints of Pale Turquoise #AEECEF
RGB
CMYK
RGB Variations
Color information
#AEECEF (or 0xAEECEF) is known color: Pale Turquoise. HEX triplet: AE, EC and EF. RGB value is (174,236,239). Sum of RGB (Red+Green+Blue) = 174+236+239=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECEF is #511310. Grayscale: #D9D9D9. Windows color (decimal): -5313297 or 15723694. OLE color: 15723694.
HSL color Cylindrical-coordinate representation of color #AEECEF: hue angle of 182.77º degrees, saturation: 0.67, 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 #AEECEF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 236 | 239 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.06 |
| HSL | 182.77º | 0.67% | 0.81% | - |
| HSV(B) | 182.77º | 0.27% | 0.94% | - |
| XYZ | 63.03 | 75.22 | 92.86 | - |
| YUV | 217.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 239 | 0.27 | 0.01 | 0 | 0.06 | 182.77 | 0.67 | 0.81 |
| Hex | AE | EC | EF | 1B | 1 | 0 | 6 | B7 | 43 | 51 |
| Octal | 256 | 354 | 357 | 33 | 1 | 0 | 6 | 267 | 103 | 121 |
| Binary | 10101110 | 11101100 | 11101111 | 11011 | 1 | 0 | 110 | 10110111 | 1000011 | 1010001 |
Color Harmonies of #AEECEF
Complementary color
Monochromatic Colors of #AEECEF
Black with #AEECEF
Text Example
Text Example
White with #AEECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECEF; }
p { color: rgb(174,236,239); }
H1.HeaderClassName
{
color: #AEECEF;
}
.AnyTagClassName
{
color: #AEECEF;
}
</style>
background-color css
<style>
a { background-color: #AEECEF; }
a { background-color: rgb(174,236,239); }
div.DivClassName
{
background-color: #AEECEF;
}
.BgClassName
{
background-color: #AEECEF;
}
</style>
border-color css
<style>
span { border-color: #AEECEF; }
span { border-color: rgb(174,236,239); }
td.TdClassName
{
border-color: #AEECEF;
}
.TagClassName
{
border-color: #AEECEF;
}
</style>