#AEF2E9

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

Shades of Pale Turquoise #AEF2E9

Tints of Pale Turquoise #AEF2E9

Color information

#AEF2E9 (or 0xAEF2E9) is unknown color: approx Pale Turquoise. HEX triplet: AE, F2 and E9. RGB value is (174,242,233). Sum of RGB (Red+Green+Blue) = 174+242+233=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2E9 is #510D16. Grayscale: #DCDCDC. Windows color (decimal): -5311767 or 15332014. OLE color: 15332014.

HSL color Cylindrical-coordinate representation of color #AEF2E9: hue angle of 172.06º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2E9 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB174242233-
CMYK0.2800.040.05
HSL172.06º72.34%81.57%-
HSV(B)172.06º28.1%94.9%-
XYZ63.9278.3988.85-
YUV220.64134.9794.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.81%
GREEN value IS 242 (94.92% from 255) = 37.29%
BLUE value IS 233 (91.41% from 255) = 35.90%
R=26.81%
G=37.29%
B=35.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742422330.2800.040.05172.0672.3481.57
HexAEF2E91C045ac4852
Octal25636235134045254110122
Binary1010111011110010111010011110001001011010110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2E9; }

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

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

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

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

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

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

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

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