#AEF1EC

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

Shades of Pale Turquoise #AEF1EC

Tints of Pale Turquoise #AEF1EC

Color information

#AEF1EC (or 0xAEF1EC) is unknown color: approx Pale Turquoise. HEX triplet: AE, F1 and EC. RGB value is (174,241,236). Sum of RGB (Red+Green+Blue) = 174+241+236=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF1EC is #510E13. Grayscale: #DCDCDC. Windows color (decimal): -5312020 or 15528366. OLE color: 15528366.

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

Color convert

RGB174241236-
CMYK0.2800.020.05
HSL175.52º70.53%81.37%-
HSV(B)175.52º27.8%94.51%-
XYZ64.0577.9791.03-
YUV220.4136.894.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.73%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=26.73%
G=37.02%
B=36.25%

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
Decimal1742412360.2800.020.05175.5270.5381.37
HexAEF1EC1C025b04751
Octal25636135434025260107121
Binary101011101111000111101100111000101011011000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF1EC; }

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

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

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

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

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

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

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

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