Shades of Pale Turquoise #AEF2E8
Tints of Pale Turquoise #AEF2E8
RGB
CMYK
RGB Variations
Color information
#AEF2E8 (or 0xAEF2E8) is known color: Pale Turquoise. HEX triplet: AE, F2 and E8. RGB value is (174,242,232). Sum of RGB (Red+Green+Blue) = 174+242+232=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2E8 is #510D17. Grayscale: #DCDCDC. Windows color (decimal): -5311768 or 15266478. OLE color: 15266478.
HSL color Cylindrical-coordinate representation of color #AEF2E8: hue angle of 171.18º 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 #AEF2E8 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 242 | 232 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.05 |
| HSL | 171.18º | 0.72% | 0.82% | - |
| HSV(B) | 171.18º | 0.28% | 0.95% | - |
| XYZ | 63.77 | 78.33 | 88.1 | - |
| YUV | 220.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 242 | 232 | 0.28 | 0 | 0.04 | 0.05 | 171.18 | 0.72 | 0.82 |
| Hex | AE | F2 | E8 | 1C | 0 | 4 | 5 | AB | 48 | 52 |
| Octal | 256 | 362 | 350 | 34 | 0 | 4 | 5 | 253 | 110 | 122 |
| Binary | 10101110 | 11110010 | 11101000 | 11100 | 0 | 100 | 101 | 10101011 | 1001000 | 1010010 |
Color Harmonies of #AEF2E8
Complementary color
Monochromatic Colors of #AEF2E8
Black with #AEF2E8
Text Example
Text Example
White with #AEF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF2E8; }
p { color: rgb(174,242,232); }
H1.HeaderClassName
{
color: #AEF2E8;
}
.AnyTagClassName
{
color: #AEF2E8;
}
</style>
background-color css
<style>
a { background-color: #AEF2E8; }
a { background-color: rgb(174,242,232); }
div.DivClassName
{
background-color: #AEF2E8;
}
.BgClassName
{
background-color: #AEF2E8;
}
</style>
border-color css
<style>
span { border-color: #AEF2E8; }
span { border-color: rgb(174,242,232); }
td.TdClassName
{
border-color: #AEF2E8;
}
.TagClassName
{
border-color: #AEF2E8;
}
</style>