Shades of Pale Turquoise #AEF6EA
Tints of Pale Turquoise #AEF6EA
RGB
CMYK
RGB Variations
Color information
#AEF6EA (or 0xAEF6EA) is known color: Pale Turquoise. HEX triplet: AE, F6 and EA. RGB value is (174,246,234). Sum of RGB (Red+Green+Blue) = 174+246+234=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF6EA is #510915. Grayscale: #DFDFDF. Windows color (decimal): -5310742 or 15398574. OLE color: 15398574.
HSL color Cylindrical-coordinate representation of color #AEF6EA: hue angle of 170º 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 #AEF6EA is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 234 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.04 |
| HSL | 170º | 0.8% | 0.82% | - |
| HSV(B) | 170º | 0.29% | 0.96% | - |
| XYZ | 65.26 | 80.85 | 90.01 | - |
| YUV | 223.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 234 | 0.29 | 0 | 0.05 | 0.04 | 170 | 0.8 | 0.82 |
| Hex | AE | F6 | EA | 1D | 0 | 5 | 4 | AA | 50 | 52 |
| Octal | 256 | 366 | 352 | 35 | 0 | 5 | 4 | 252 | 120 | 122 |
| Binary | 10101110 | 11110110 | 11101010 | 11101 | 0 | 101 | 100 | 10101010 | 1010000 | 1010010 |
Color Harmonies of #AEF6EA
Complementary color
Monochromatic Colors of #AEF6EA
Black with #AEF6EA
Text Example
Text Example
White with #AEF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF6EA; }
p { color: rgb(174,246,234); }
H1.HeaderClassName
{
color: #AEF6EA;
}
.AnyTagClassName
{
color: #AEF6EA;
}
</style>
background-color css
<style>
a { background-color: #AEF6EA; }
a { background-color: rgb(174,246,234); }
div.DivClassName
{
background-color: #AEF6EA;
}
.BgClassName
{
background-color: #AEF6EA;
}
</style>
border-color css
<style>
span { border-color: #AEF6EA; }
span { border-color: rgb(174,246,234); }
td.TdClassName
{
border-color: #AEF6EA;
}
.TagClassName
{
border-color: #AEF6EA;
}
</style>