#AEEBE8

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

Shades of Pale Turquoise #AEEBE8

Tints of Pale Turquoise #AEEBE8

Color information

#AEEBE8 (or 0xAEEBE8) is unknown color: approx Pale Turquoise. HEX triplet: AE, EB and E8. RGB value is (174,235,232). Sum of RGB (Red+Green+Blue) = 174+235+232=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBE8 is #511417. Grayscale: #D8D8D8. Windows color (decimal): -5313560 or 15264686. OLE color: 15264686.

HSL color Cylindrical-coordinate representation of color #AEEBE8: hue angle of 177.05º degrees, saturation: 0.6, 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 #AEEBE8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB174235232-
CMYK0.2600.010.08
HSL177.05º60.4%80.2%-
HSV(B)177.05º25.96%92.16%-
XYZ61.7374.2487.42-
YUV216.42136.7997.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=27.15%
G=36.66%
B=36.19%

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
Decimal1742352320.2600.010.08177.0560.480.2
HexAEEBE81A018b13c50
Octal25635335032011026174120
Binary10101110111010111110100011010011000101100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBE8; }

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

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

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

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

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

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

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

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