#AEEDE5

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

Shades of Pale Turquoise #AEEDE5

Tints of Pale Turquoise #AEEDE5

Color information

#AEEDE5 (or 0xAEEDE5) is unknown color: approx Pale Turquoise. HEX triplet: AE, ED and E5. RGB value is (174,237,229). Sum of RGB (Red+Green+Blue) = 174+237+229=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDE5 is #51121A. Grayscale: #D9D9D9. Windows color (decimal): -5313051 or 15068590. OLE color: 15068590.

HSL color Cylindrical-coordinate representation of color #AEEDE5: hue angle of 172.38º 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 #AEEDE5 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB174237229-
CMYK0.2700.030.07
HSL172.38º63.64%80.59%-
HSV(B)172.38º26.58%92.94%-
XYZ61.8875.2285.39-
YUV217.25134.6397.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=27.19%
G=37.03%
B=35.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742372290.2700.030.07172.3863.6480.59
HexAEEDE51B037ac4051
Octal25635534533037254100121
Binary101011101110110111100101110110111111010110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDE5; }

 p { color: rgb(174,237,229); }

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

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

 a { background-color: rgb(174,237,229); }

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

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

 span { border-color: rgb(174,237,229); }

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