#AEF6EA

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

Shades of Pale Turquoise #AEF6EA

Tints of Pale Turquoise #AEF6EA

Color information

#AEF6EA (or 0xAEF6EA) is unknown color: approx Pale Turquoise. HEX triplet: AE, F6 and EA. RGB value is (174,246,234). Sum of RGB (Red+Green+Blue) = 174+246+234=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF6EA is #510915. Grayscale: #DFDFDF. Windows color (decimal): -5310742 or 15398574. OLE color: 15398574.

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

Color convert

RGB174246234-
CMYK0.2900.050.04
HSL170º80%82.35%-
HSV(B)170º29.27%96.47%-
XYZ65.2680.8590.01-
YUV223.1134.1592.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.61%
GREEN value IS 246 (96.48% from 255) = 37.61%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=26.61%
G=37.61%
B=35.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742462340.2900.050.041708082.35
HexAEF6EA1D054aa5052
Octal25636635235054252120122
Binary1010111011110110111010101110101011001010101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF6EA; }

 p { color: rgb(174,246,234); }

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

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

 a { background-color: rgb(174,246,234); }

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

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

 span { border-color: rgb(174,246,234); }

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