#AEEDF5

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

Shades of Pale Turquoise #AEEDF5

Tints of Pale Turquoise #AEEDF5

Color information

#AEEDF5 (or 0xAEEDF5) is unknown color: approx Pale Turquoise. HEX triplet: AE, ED and F5. RGB value is (174,237,245). Sum of RGB (Red+Green+Blue) = 174+237+245=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEEDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDF5 is #51120A. Grayscale: #DADADA. Windows color (decimal): -5313035 or 16117166. OLE color: 16117166.

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

Color convert

RGB174237245-
CMYK0.290.0300.04
HSL186.76º78.02%82.16%-
HSV(B)186.76º28.98%96.08%-
XYZ64.2276.1697.7-
YUV219.08142.6395.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.52%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 245 (96.09% from 255) = 37.35%
R=26.52%
G=36.13%
B=37.35%

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
Decimal1742372450.290.0300.04186.7678.0282.16
HexAEEDF51D304bb4e52
Octal25635536535304273116122
Binary101011101110110111110101111011101001011101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDF5; }

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

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

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

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

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

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

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

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