#AEEDF2

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

Shades of Pale Turquoise #AEEDF2

Tints of Pale Turquoise #AEEDF2

Color information

#AEEDF2 (or 0xAEEDF2) is unknown color: approx Pale Turquoise. HEX triplet: AE, ED and F2. RGB value is (174,237,242). Sum of RGB (Red+Green+Blue) = 174+237+242=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDF2 is #51120D. Grayscale: #DADADA. Windows color (decimal): -5313038 or 15920558. OLE color: 15920558.

HSL color Cylindrical-coordinate representation of color #AEEDF2: hue angle of 184.41º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEEDF2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174237242-
CMYK0.280.0200.05
HSL184.41º72.34%81.57%-
HSV(B)184.41º28.1%94.9%-
XYZ63.7775.9895.31-
YUV218.73141.1396.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.65%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=26.65%
G=36.29%
B=37.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742372420.280.0200.05184.4172.3481.57
HexAEEDF21C205b84852
Octal25635536234205270110122
Binary101011101110110111110010111001001011011100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDF2; }

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

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

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

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

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

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

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

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