#AEE9E8

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

Shades of Pale Turquoise #AEE9E8

Tints of Pale Turquoise #AEE9E8

Color information

#AEE9E8 (or 0xAEE9E8) is unknown color: approx Pale Turquoise. HEX triplet: AE, E9 and E8. RGB value is (174,233,232). Sum of RGB (Red+Green+Blue) = 174+233+232=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE9E8 is #511617. Grayscale: #D7D7D7. Windows color (decimal): -5314072 or 15264174. OLE color: 15264174.

HSL color Cylindrical-coordinate representation of color #AEE9E8: hue angle of 178.98º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE9E8 is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB174233232-
CMYK0.2500.000.09
HSL178.98º57.28%79.8%-
HSV(B)178.98º25.32%91.37%-
XYZ61.1673.187.23-
YUV215.24137.4598.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 232 (91.02% from 255) = 36.31%
R=27.23%
G=36.46%
B=36.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742332320.2500.000.09178.9857.2879.8
HexAEE9E819009b33950
Octal25635135031001126371120
Binary10101110111010011110100011001001001101100111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE9E8; }

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

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

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

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

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

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

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

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