#AEEDF6

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

Shades of Pale Turquoise #AEEDF6

Tints of Pale Turquoise #AEEDF6

Color information

#AEEDF6 (or 0xAEEDF6) is unknown color: approx Pale Turquoise. HEX triplet: AE, ED and F6. RGB value is (174,237,246). Sum of RGB (Red+Green+Blue) = 174+237+246=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEEDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDF6 is #511209. Grayscale: #DBDBDB. Windows color (decimal): -5313034 or 16182702. OLE color: 16182702.

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

Color convert

RGB174237246-
CMYK0.290.0400.04
HSL187.5º80%82.35%-
HSV(B)187.5º29.27%96.47%-
XYZ64.3776.2298.51-
YUV219.19143.1395.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.48%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=26.48%
G=36.07%
B=37.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742372460.290.0400.04187.58082.35
HexAEEDF61D404bc5052
Octal25635536635404274120122
Binary1010111011101101111101101110110001001011110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDF6; }

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

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

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

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

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

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

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

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