#AEEBED

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

Shades of Pale Turquoise #AEEBED

Tints of Pale Turquoise #AEEBED

Color information

#AEEBED (or 0xAEEBED) is unknown color: approx Pale Turquoise. HEX triplet: AE, EB and ED. RGB value is (174,235,237). Sum of RGB (Red+Green+Blue) = 174+235+237=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEBED is #511412. Grayscale: #D8D8D8. Windows color (decimal): -5313555 or 15592366. OLE color: 15592366.

HSL color Cylindrical-coordinate representation of color #AEEBED: hue angle of 181.9º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEBED is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174235237-
CMYK0.270.0100.07
HSL181.9º63.64%80.59%-
HSV(B)181.9º26.58%92.94%-
XYZ62.4574.5391.21-
YUV216.99139.2997.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.93%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=26.93%
G=36.38%
B=36.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742352370.270.0100.07181.963.6480.59
HexAEEBED1B107b64051
Octal25635335533107266100121
Binary10101110111010111110110111011101111011011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBED; }

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

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

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

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

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

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

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

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