#AEEDE9

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

Shades of Pale Turquoise #AEEDE9

Tints of Pale Turquoise #AEEDE9

Color information

#AEEDE9 (or 0xAEEDE9) is unknown color: approx Pale Turquoise. HEX triplet: AE, ED and E9. RGB value is (174,237,233). Sum of RGB (Red+Green+Blue) = 174+237+233=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDE9 is #511216. Grayscale: #D9D9D9. Windows color (decimal): -5313047 or 15330734. OLE color: 15330734.

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

Color convert

RGB174237233-
CMYK0.2700.020.07
HSL176.19º63.64%80.59%-
HSV(B)176.19º26.58%92.94%-
XYZ62.4575.4588.36-
YUV217.71136.6396.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=27.02%
G=36.80%
B=36.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742372330.2700.020.07176.1963.6480.59
HexAEEDE91B027b04051
Octal25635535133027260100121
Binary101011101110110111101001110110101111011000010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDE9; }

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

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

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

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

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

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

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

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