#AEF7EE

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

Shades of Pale Turquoise #AEF7EE

Tints of Pale Turquoise #AEF7EE

Color information

#AEF7EE (or 0xAEF7EE) is unknown color: approx Pale Turquoise. HEX triplet: AE, F7 and EE. RGB value is (174,247,238). Sum of RGB (Red+Green+Blue) = 174+247+238=659 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.40% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF7EE is #510811. Grayscale: #E0E0E0. Windows color (decimal): -5310482 or 15660974. OLE color: 15660974.

HSL color Cylindrical-coordinate representation of color #AEF7EE: hue angle of 172.6º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7EE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB174247238-
CMYK0.3000.040.03
HSL172.6º82.02%82.55%-
HSV(B)172.6º29.55%96.86%-
XYZ66.1581.6993.17-
YUV224.15135.8292.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.40%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=26.40%
G=37.48%
B=36.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742472380.3000.040.03172.682.0282.55
HexAEF7EE1E043ad5253
Octal25636735636043255122123
Binary101011101111011111101110111100100111010110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7EE; }

 p { color: rgb(174,247,238); }

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

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

 a { background-color: rgb(174,247,238); }

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

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

 span { border-color: rgb(174,247,238); }

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