Shades of Pale Turquoise #AEE6E5
Tints of Pale Turquoise #AEE6E5
RGB
CMYK
RGB Variations
Color information
#AEE6E5 (or 0xAEE6E5) is known color: Pale Turquoise. HEX triplet: AE, E6 and E5. RGB value is (174,230,229). Sum of RGB (Red+Green+Blue) = 174+230+229=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6E5 is #51191A. Grayscale: #D5D5D5. Windows color (decimal): -5314843 or 15066798. OLE color: 15066798.
HSL color Cylindrical-coordinate representation of color #AEE6E5: hue angle of 178.93º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE6E5 is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 229 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.10 |
| HSL | 178.93º | 0.53% | 0.79% | - |
| HSV(B) | 178.93º | 0.24% | 0.9% | - |
| XYZ | 59.9 | 71.25 | 84.72 | - |
| YUV | 213.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 229 | 0.24 | 0 | 0.00 | 0.10 | 178.93 | 0.53 | 0.79 |
| Hex | AE | E6 | E5 | 18 | 0 | 0 | A | B3 | 35 | 4F |
| Octal | 256 | 346 | 345 | 30 | 0 | 0 | 12 | 263 | 65 | 117 |
| Binary | 10101110 | 11100110 | 11100101 | 11000 | 0 | 0 | 1010 | 10110011 | 110101 | 1001111 |
Color Harmonies of #AEE6E5
Complementary color
Monochromatic Colors of #AEE6E5
Black with #AEE6E5
Text Example
Text Example
White with #AEE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE6E5; }
p { color: rgb(174,230,229); }
H1.HeaderClassName
{
color: #AEE6E5;
}
.AnyTagClassName
{
color: #AEE6E5;
}
</style>
background-color css
<style>
a { background-color: #AEE6E5; }
a { background-color: rgb(174,230,229); }
div.DivClassName
{
background-color: #AEE6E5;
}
.BgClassName
{
background-color: #AEE6E5;
}
</style>
border-color css
<style>
span { border-color: #AEE6E5; }
span { border-color: rgb(174,230,229); }
td.TdClassName
{
border-color: #AEE6E5;
}
.TagClassName
{
border-color: #AEE6E5;
}
</style>