Shades of Pale Turquoise #AEE9ED
Tints of Pale Turquoise #AEE9ED
RGB
CMYK
RGB Variations
Color information
#AEE9ED (or 0xAEE9ED) is known color: Pale Turquoise. HEX triplet: AE, E9 and ED. RGB value is (174,233,237). Sum of RGB (Red+Green+Blue) = 174+233+237=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE9ED is #511612. Grayscale: #D7D7D7. Windows color (decimal): -5314067 or 15591854. OLE color: 15591854.
HSL color Cylindrical-coordinate representation of color #AEE9ED: hue angle of 183.81º degrees, saturation: 0.64, 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 #AEE9ED is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 174 | 233 | 237 | - |
CMYK | 0.27 | 0.02 | 0 | 0.07 |
HSL | 183.81º | 0.64% | 0.81% | - |
HSV(B) | 183.81º | 0.27% | 0.93% | - |
XYZ | 61.88 | 73.39 | 91.03 | - |
YUV | 215.82 | 139.95 | 98.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 233 | 237 | 0.27 | 0.02 | 0 | 0.07 | 183.81 | 0.64 | 0.81 |
Hex | AE | E9 | ED | 1B | 2 | 0 | 7 | B8 | 40 | 51 |
Octal | 256 | 351 | 355 | 33 | 2 | 0 | 7 | 270 | 100 | 121 |
Binary | 10101110 | 11101001 | 11101101 | 11011 | 10 | 0 | 111 | 10111000 | 1000000 | 1010001 |
Color Harmonies of #AEE9ED
Complementary color
Monochromatic Colors of #AEE9ED
Black with #AEE9ED
Text Example
Text Example
White with #AEE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE9ED; }
p { color: rgb(174,233,237); }
H1.HeaderClassName
{
color: #AEE9ED;
}
.AnyTagClassName
{
color: #AEE9ED;
}
</style>
background-color css
<style>
a { background-color: #AEE9ED; }
a { background-color: rgb(174,233,237); }
div.DivClassName
{
background-color: #AEE9ED;
}
.BgClassName
{
background-color: #AEE9ED;
}
</style>
border-color css
<style>
span { border-color: #AEE9ED; }
span { border-color: rgb(174,233,237); }
td.TdClassName
{
border-color: #AEE9ED;
}
.TagClassName
{
border-color: #AEE9ED;
}
</style>