Shades of Pale Turquoise #AEF2EA
Tints of Pale Turquoise #AEF2EA
RGB
CMYK
RGB Variations
Color information
#AEF2EA (or 0xAEF2EA) is known color: Pale Turquoise. HEX triplet: AE, F2 and EA. RGB value is (174,242,234). Sum of RGB (Red+Green+Blue) = 174+242+234=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2EA is #510D15. Grayscale: #DCDCDC. Windows color (decimal): -5311766 or 15397550. OLE color: 15397550.
HSL color Cylindrical-coordinate representation of color #AEF2EA: hue angle of 172.94º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2EA is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 234 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.05 |
| HSL | 172.94º | 0.72% | 0.82% | - |
| HSV(B) | 172.94º | 0.28% | 0.95% | - |
| XYZ | 64.06 | 78.44 | 89.61 | - |
| YUV | 220.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 234 | 0.28 | 0 | 0.03 | 0.05 | 172.94 | 0.72 | 0.82 |
| Hex | AE | F2 | EA | 1C | 0 | 3 | 5 | AD | 48 | 52 |
| Octal | 256 | 362 | 352 | 34 | 0 | 3 | 5 | 255 | 110 | 122 |
| Binary | 10101110 | 11110010 | 11101010 | 11100 | 0 | 11 | 101 | 10101101 | 1001000 | 1010010 |
Color Harmonies of #AEF2EA
Complementary color
Monochromatic Colors of #AEF2EA
Black with #AEF2EA
Text Example
Text Example
White with #AEF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2EA; }
p { color: rgb(174,242,234); }
H1.HeaderClassName
{
color: #AEF2EA;
}
.AnyTagClassName
{
color: #AEF2EA;
}
</style>
background-color css
<style>
a { background-color: #AEF2EA; }
a { background-color: rgb(174,242,234); }
div.DivClassName
{
background-color: #AEF2EA;
}
.BgClassName
{
background-color: #AEF2EA;
}
</style>
border-color css
<style>
span { border-color: #AEF2EA; }
span { border-color: rgb(174,242,234); }
td.TdClassName
{
border-color: #AEF2EA;
}
.TagClassName
{
border-color: #AEF2EA;
}
</style>