#AEEBF7

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

Shades of Pale Turquoise #AEEBF7

Tints of Pale Turquoise #AEEBF7

Color information

#AEEBF7 (or 0xAEEBF7) is unknown color: approx Pale Turquoise. HEX triplet: AE, EB and F7. RGB value is (174,235,247). Sum of RGB (Red+Green+Blue) = 174+235+247=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEEBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBF7 is #511408. Grayscale: #DADADA. Windows color (decimal): -5313545 or 16247726. OLE color: 16247726.

HSL color Cylindrical-coordinate representation of color #AEEBF7: hue angle of 189.86º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEEBF7 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174235247-
CMYK0.300.0500.03
HSL189.86º82.02%82.55%-
HSV(B)189.86º29.55%96.86%-
XYZ63.9575.1399.13-
YUV218.13144.2996.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.52%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 247 (96.88% from 255) = 37.65%
R=26.52%
G=35.82%
B=37.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742352470.300.0500.03189.8682.0282.55
HexAEEBF71E503be5253
Octal25635336736503276122123
Binary101011101110101111110111111101010111011111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBF7; }

 p { color: rgb(174,235,247); }

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

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

 a { background-color: rgb(174,235,247); }

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

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

 span { border-color: rgb(174,235,247); }

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