Shades of Pale Turquoise #AEEEED
Tints of Pale Turquoise #AEEEED
RGB
CMYK
RGB Variations
Color information
#AEEEED (or 0xAEEEED) is known color: Pale Turquoise. HEX triplet: AE, EE and ED. RGB value is (174,238,237). Sum of RGB (Red+Green+Blue) = 174+238+237=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEED is #511112. Grayscale: #DADADA. Windows color (decimal): -5312787 or 15593134. OLE color: 15593134.
HSL color Cylindrical-coordinate representation of color #AEEEED: hue angle of 179.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEED is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 237 | - |
| CMYK | 0.27 | 0 | 0.00 | 0.07 |
| HSL | 179.06º | 0.65% | 0.81% | - |
| HSV(B) | 179.06º | 0.27% | 0.93% | - |
| XYZ | 63.32 | 76.26 | 91.5 | - |
| YUV | 218.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 237 | 0.27 | 0 | 0.00 | 0.07 | 179.06 | 0.65 | 0.81 |
| Hex | AE | EE | ED | 1B | 0 | 0 | 7 | B3 | 41 | 51 |
| Octal | 256 | 356 | 355 | 33 | 0 | 0 | 7 | 263 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11101101 | 11011 | 0 | 0 | 111 | 10110011 | 1000001 | 1010001 |
Color Harmonies of #AEEEED
Complementary color
Monochromatic Colors of #AEEEED
Black with #AEEEED
Text Example
Text Example
White with #AEEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEED; }
p { color: rgb(174,238,237); }
H1.HeaderClassName
{
color: #AEEEED;
}
.AnyTagClassName
{
color: #AEEEED;
}
</style>
background-color css
<style>
a { background-color: #AEEEED; }
a { background-color: rgb(174,238,237); }
div.DivClassName
{
background-color: #AEEEED;
}
.BgClassName
{
background-color: #AEEEED;
}
</style>
border-color css
<style>
span { border-color: #AEEEED; }
span { border-color: rgb(174,238,237); }
td.TdClassName
{
border-color: #AEEEED;
}
.TagClassName
{
border-color: #AEEEED;
}
</style>