#AEEDE8

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

Shades of Pale Turquoise #AEEDE8

Tints of Pale Turquoise #AEEDE8

Color information

#AEEDE8 (or 0xAEEDE8) is unknown color: approx Pale Turquoise. HEX triplet: AE, ED and E8. RGB value is (174,237,232). Sum of RGB (Red+Green+Blue) = 174+237+232=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDE8 is #511217. Grayscale: #D9D9D9. Windows color (decimal): -5313048 or 15265198. OLE color: 15265198.

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

Color convert

RGB174237232-
CMYK0.2700.020.07
HSL175.24º63.64%80.59%-
HSV(B)175.24º26.58%92.94%-
XYZ62.3175.3987.61-
YUV217.59136.1396.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.06%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 232 (91.02% from 255) = 36.08%
R=27.06%
G=36.86%
B=36.08%

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
Decimal1742372320.2700.020.07175.2463.6480.59
HexAEEDE81B027af4051
Octal25635535033027257100121
Binary101011101110110111101000110110101111010111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDE8; }

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

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

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

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

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

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

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

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