#AEEBE5

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

Shades of Pale Turquoise #AEEBE5

Tints of Pale Turquoise #AEEBE5

Color information

#AEEBE5 (or 0xAEEBE5) is unknown color: approx Pale Turquoise. HEX triplet: AE, EB and E5. RGB value is (174,235,229). Sum of RGB (Red+Green+Blue) = 174+235+229=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBE5 is #51141A. Grayscale: #D8D8D8. Windows color (decimal): -5313563 or 15068078. OLE color: 15068078.

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

Color convert

RGB174235229-
CMYK0.2600.030.08
HSL174.1º60.4%80.2%-
HSV(B)174.1º25.96%92.16%-
XYZ61.3174.0785.19-
YUV216.08135.2997.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=27.27%
G=36.83%
B=35.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742352290.2600.030.08174.160.480.2
HexAEEBE51A038ae3c50
Octal25635334532031025674120
Binary101011101110101111100101110100111000101011101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBE5; }

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

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

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

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

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

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

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

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