Shades of Pale Turquoise #AEEAEA
Tints of Pale Turquoise #AEEAEA
RGB
CMYK
RGB Variations
Color information
#AEEAEA (or 0xAEEAEA) is known color: Pale Turquoise. HEX triplet: AE, EA and EA. RGB value is (174,234,234). Sum of RGB (Red+Green+Blue) = 174+234+234=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #AEEAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAEA is #511515. Grayscale: #D8D8D8. Windows color (decimal): -5313814 or 15395502. OLE color: 15395502.
HSL color Cylindrical-coordinate representation of color #AEEAEA: hue angle of 180º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAEA is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 234 | - |
| CMYK | 0.26 | 0 | 0 | 0.08 |
| HSL | 180º | 0.59% | 0.8% | - |
| HSV(B) | 180º | 0.26% | 0.92% | - |
| XYZ | 61.73 | 73.78 | 88.83 | - |
| YUV | 216.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 234 | 0.26 | 0 | 0 | 0.08 | 180 | 0.59 | 0.8 |
| Hex | AE | EA | EA | 1A | 0 | 0 | 8 | B4 | 3B | 50 |
| Octal | 256 | 352 | 352 | 32 | 0 | 0 | 10 | 264 | 73 | 120 |
| Binary | 10101110 | 11101010 | 11101010 | 11010 | 0 | 0 | 1000 | 10110100 | 111011 | 1010000 |
Color Harmonies of #AEEAEA
Complementary color
Monochromatic Colors of #AEEAEA
Black with #AEEAEA
Text Example
Text Example
White with #AEEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAEA; }
p { color: rgb(174,234,234); }
H1.HeaderClassName
{
color: #AEEAEA;
}
.AnyTagClassName
{
color: #AEEAEA;
}
</style>
background-color css
<style>
a { background-color: #AEEAEA; }
a { background-color: rgb(174,234,234); }
div.DivClassName
{
background-color: #AEEAEA;
}
.BgClassName
{
background-color: #AEEAEA;
}
</style>
border-color css
<style>
span { border-color: #AEEAEA; }
span { border-color: rgb(174,234,234); }
td.TdClassName
{
border-color: #AEEAEA;
}
.TagClassName
{
border-color: #AEEAEA;
}
</style>