#AAEDE8

Color #AAEDE8 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #AAEDE8

Tints of Pale Turquoise #AAEDE8

Color information

#AAEDE8 (or 0xAAEDE8) is unknown color: approx Pale Turquoise. HEX triplet: AA, ED and E8. RGB value is (170,237,232). Sum of RGB (Red+Green+Blue) = 170+237+232=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEDE8 is #551217. Grayscale: #D8D8D8. Windows color (decimal): -5575192 or 15265194. OLE color: 15265194.

HSL color Cylindrical-coordinate representation of color #AAEDE8: hue angle of 175.52º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDE8 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB170237232-
CMYK0.2800.020.07
HSL175.52º65.05%79.8%-
HSV(B)175.52º28.27%92.94%-
XYZ61.4374.9487.57-
YUV216.4136.894.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 232 (91.02% from 255) = 36.31%
R=26.60%
G=37.09%
B=36.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702372320.2800.020.07175.5265.0579.8
HexAAEDE81C027b04150
Octal25235535034027260101120
Binary101010101110110111101000111000101111011000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDE8; }

 p { color: rgb(170,237,232); }

 H1.HeaderClassName
 {
   color: #AAEDE8;
 }
 .AnyTagClassName
 {
   color: #AAEDE8;
 }
</style>
background-color css

<style>
 a { background-color: #AAEDE8; }

 a { background-color: rgb(170,237,232); }

 div.DivClassName
 {
   background-color: #AAEDE8;
 }
 .BgClassName
 {
   background-color: #AAEDE8;
 }
</style>
border-color css

<style>
 span { border-color: #AAEDE8; }

 span { border-color: rgb(170,237,232); }

 td.TdClassName
 {
   border-color: #AAEDE8;
 }
 .TagClassName
 {
   border-color: #AAEDE8;
 }
</style>