#AEEAE8

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

Shades of Pale Turquoise #AEEAE8

Tints of Pale Turquoise #AEEAE8

Color information

#AEEAE8 (or 0xAEEAE8) is unknown color: approx Pale Turquoise. HEX triplet: AE, EA and E8. RGB value is (174,234,232). Sum of RGB (Red+Green+Blue) = 174+234+232=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAE8 is #511517. Grayscale: #D7D7D7. Windows color (decimal): -5313816 or 15264430. OLE color: 15264430.

HSL color Cylindrical-coordinate representation of color #AEEAE8: hue angle of 178º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAE8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB174234232-
CMYK0.2600.010.08
HSL178º58.82%80%-
HSV(B)178º25.64%91.76%-
XYZ61.4473.6787.33-
YUV215.83137.1298.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=27.19%
G=36.56%
B=36.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742342320.2600.010.0817858.8280
HexAEEAE81A018b23b50
Octal25635235032011026273120
Binary10101110111010101110100011010011000101100101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEAE8; }

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

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

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

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

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

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

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

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