#AEEFE7

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

Shades of Pale Turquoise #AEEFE7

Tints of Pale Turquoise #AEEFE7

Color information

#AEEFE7 (or 0xAEEFE7) is unknown color: approx Pale Turquoise. HEX triplet: AE, EF and E7. RGB value is (174,239,231). Sum of RGB (Red+Green+Blue) = 174+239+231=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEFE7 is #511018. Grayscale: #DADADA. Windows color (decimal): -5312537 or 15200174. OLE color: 15200174.

HSL color Cylindrical-coordinate representation of color #AEEFE7: hue angle of 172.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFE7 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB174239231-
CMYK0.2700.030.06
HSL172.62º67.01%80.98%-
HSV(B)172.62º27.2%93.73%-
XYZ62.7576.587.06-
YUV218.65134.9796.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 231 (90.62% from 255) = 35.87%
R=27.02%
G=37.11%
B=35.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742392310.2700.030.06172.6267.0180.98
HexAEEFE71B036ad4351
Octal25635734733036255103121
Binary101011101110111111100111110110111101010110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFE7; }

 p { color: rgb(174,239,231); }

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

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

 a { background-color: rgb(174,239,231); }

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

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

 span { border-color: rgb(174,239,231); }

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