Shades of Pale Turquoise #AEF8EA
Tints of Pale Turquoise #AEF8EA
RGB
CMYK
RGB Variations
Color information
#AEF8EA (or 0xAEF8EA) is known color: Pale Turquoise. HEX triplet: AE, F8 and EA. RGB value is (174,248,234). Sum of RGB (Red+Green+Blue) = 174+248+234=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF8EA is #510715. Grayscale: #E0E0E0. Windows color (decimal): -5310230 or 15399086. OLE color: 15399086.
HSL color Cylindrical-coordinate representation of color #AEF8EA: hue angle of 168.65º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8EA is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 234 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.03 |
| HSL | 168.65º | 0.84% | 0.83% | - |
| HSV(B) | 168.65º | 0.3% | 0.97% | - |
| XYZ | 65.87 | 82.07 | 90.21 | - |
| YUV | 224.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 234 | 0.30 | 0 | 0.06 | 0.03 | 168.65 | 0.84 | 0.83 |
| Hex | AE | F8 | EA | 1E | 0 | 6 | 3 | A9 | 54 | 53 |
| Octal | 256 | 370 | 352 | 36 | 0 | 6 | 3 | 251 | 124 | 123 |
| Binary | 10101110 | 11111000 | 11101010 | 11110 | 0 | 110 | 11 | 10101001 | 1010100 | 1010011 |
Color Harmonies of #AEF8EA
Complementary color
Monochromatic Colors of #AEF8EA
Black with #AEF8EA
Text Example
Text Example
White with #AEF8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF8EA; }
p { color: rgb(174,248,234); }
H1.HeaderClassName
{
color: #AEF8EA;
}
.AnyTagClassName
{
color: #AEF8EA;
}
</style>
background-color css
<style>
a { background-color: #AEF8EA; }
a { background-color: rgb(174,248,234); }
div.DivClassName
{
background-color: #AEF8EA;
}
.BgClassName
{
background-color: #AEF8EA;
}
</style>
border-color css
<style>
span { border-color: #AEF8EA; }
span { border-color: rgb(174,248,234); }
td.TdClassName
{
border-color: #AEF8EA;
}
.TagClassName
{
border-color: #AEF8EA;
}
</style>