#AEEBE4

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

Shades of Pale Turquoise #AEEBE4

Tints of Pale Turquoise #AEEBE4

Color information

#AEEBE4 (or 0xAEEBE4) is unknown color: approx Pale Turquoise. HEX triplet: AE, EB and E4. RGB value is (174,235,228). Sum of RGB (Red+Green+Blue) = 174+235+228=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBE4 is #51141B. Grayscale: #D7D7D7. Windows color (decimal): -5313564 or 15002542. OLE color: 15002542.

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

Color convert

RGB174235228-
CMYK0.2600.030.08
HSL173.11º60.4%80.2%-
HSV(B)173.11º25.96%92.16%-
XYZ61.1774.0284.46-
YUV215.96134.7998.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=27.32%
G=36.89%
B=35.79%

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
Decimal1742352280.2600.030.08173.1160.480.2
HexAEEBE41A038ad3c50
Octal25635334432031025574120
Binary101011101110101111100100110100111000101011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBE4; }

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

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

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

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

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

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

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

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