#AEEDF4

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

Shades of Pale Turquoise #AEEDF4

Tints of Pale Turquoise #AEEDF4

Color information

#AEEDF4 (or 0xAEEDF4) is unknown color: approx Pale Turquoise. HEX triplet: AE, ED and F4. RGB value is (174,237,244). Sum of RGB (Red+Green+Blue) = 174+237+244=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEEDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDF4 is #51120B. Grayscale: #DADADA. Windows color (decimal): -5313036 or 16051630. OLE color: 16051630.

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

Color convert

RGB174237244-
CMYK0.290.0300.04
HSL186º76.09%81.96%-
HSV(B)186º28.69%95.69%-
XYZ64.0776.196.9-
YUV218.96142.1395.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.56%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=26.56%
G=36.18%
B=37.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742372440.290.0300.0418676.0981.96
HexAEEDF41D304ba4c52
Octal25635536435304272114122
Binary101011101110110111110100111011101001011101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDF4; }

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

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

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

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

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

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

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

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