#AEF4EE

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

Shades of Pale Turquoise #AEF4EE

Tints of Pale Turquoise #AEF4EE

Color information

#AEF4EE (or 0xAEF4EE) is unknown color: approx Pale Turquoise. HEX triplet: AE, F4 and EE. RGB value is (174,244,238). Sum of RGB (Red+Green+Blue) = 174+244+238=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEF4EE is #510B11. Grayscale: #DEDEDE. Windows color (decimal): -5311250 or 15660206. OLE color: 15660206.

HSL color Cylindrical-coordinate representation of color #AEF4EE: hue angle of 174.86º degrees, saturation: 0.76, 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 #AEF4EE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB174244238-
CMYK0.2900.020.04
HSL174.86º76.09%81.96%-
HSV(B)174.86º28.69%95.69%-
XYZ65.2479.8792.87-
YUV222.39136.8193.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.52%
GREEN value IS 244 (95.70% from 255) = 37.20%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=26.52%
G=37.20%
B=36.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742442380.2900.020.04174.8676.0981.96
HexAEF4EE1D024af4c52
Octal25636435635024257114122
Binary101011101111010011101110111010101001010111110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF4EE; }

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

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

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

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

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

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

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

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