#AEEFEA

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

Shades of Pale Turquoise #AEEFEA

Tints of Pale Turquoise #AEEFEA

Color information

#AEEFEA (or 0xAEEFEA) is unknown color: approx Pale Turquoise. HEX triplet: AE, EF and EA. RGB value is (174,239,234). Sum of RGB (Red+Green+Blue) = 174+239+234=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEFEA is #511015. Grayscale: #DADADA. Windows color (decimal): -5312534 or 15396782. OLE color: 15396782.

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

Color convert

RGB174239234-
CMYK0.2700.020.06
HSL175.38º67.01%80.98%-
HSV(B)175.38º27.2%93.73%-
XYZ63.1776.6789.31-
YUV218.99136.4795.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.89%
GREEN value IS 239 (93.75% from 255) = 36.94%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=26.89%
G=36.94%
B=36.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742392340.2700.020.06175.3867.0180.98
HexAEEFEA1B026af4351
Octal25635735233026257103121
Binary101011101110111111101010110110101101010111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFEA; }

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

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

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

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

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

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

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

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