#AEF2EC

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

Shades of Pale Turquoise #AEF2EC

Tints of Pale Turquoise #AEF2EC

Color information

#AEF2EC (or 0xAEF2EC) is unknown color: approx Pale Turquoise. HEX triplet: AE, F2 and EC. RGB value is (174,242,236). Sum of RGB (Red+Green+Blue) = 174+242+236=652 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.69% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF2EC is #510D13. Grayscale: #DCDCDC. Windows color (decimal): -5311764 or 15528622. OLE color: 15528622.

HSL color Cylindrical-coordinate representation of color #AEF2EC: hue angle of 174.71º 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 #AEF2EC is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB174242236-
CMYK0.2800.020.05
HSL174.71º72.34%81.57%-
HSV(B)174.71º28.1%94.9%-
XYZ64.3578.5691.13-
YUV220.98136.4794.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.69%
GREEN value IS 242 (94.92% from 255) = 37.12%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=26.69%
G=37.12%
B=36.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742422360.2800.020.05174.7172.3481.57
HexAEF2EC1C025af4852
Octal25636235434025257110122
Binary101011101111001011101100111000101011010111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF2EC; }

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

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

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

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

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

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

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

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