#AEECE5

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

Shades of Pale Turquoise #AEECE5

Tints of Pale Turquoise #AEECE5

Color information

#AEECE5 (or 0xAEECE5) is unknown color: approx Pale Turquoise. HEX triplet: AE, EC and E5. RGB value is (174,236,229). Sum of RGB (Red+Green+Blue) = 174+236+229=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECE5 is #51131A. Grayscale: #D8D8D8. Windows color (decimal): -5313307 or 15068334. OLE color: 15068334.

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

Color convert

RGB174236229-
CMYK0.2600.030.07
HSL173.23º62%80.39%-
HSV(B)173.23º26.27%92.55%-
XYZ61.5974.6585.29-
YUV216.66134.9697.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=27.23%
G=36.93%
B=35.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742362290.2600.030.07173.236280.39
HexAEECE51A037ad3e50
Octal2563543453203725576120
Binary10101110111011001110010111010011111101011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECE5; }

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

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

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

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

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

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

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

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