#AEECE6

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

Shades of Pale Turquoise #AEECE6

Tints of Pale Turquoise #AEECE6

Color information

#AEECE6 (or 0xAEECE6) is unknown color: approx Pale Turquoise. HEX triplet: AE, EC and E6. RGB value is (174,236,230). Sum of RGB (Red+Green+Blue) = 174+236+230=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECE6 is #511319. Grayscale: #D8D8D8. Windows color (decimal): -5313306 or 15133870. OLE color: 15133870.

HSL color Cylindrical-coordinate representation of color #AEECE6: hue angle of 174.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECE6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB174236230-
CMYK0.2600.030.07
HSL174.19º62%80.39%-
HSV(B)174.19º26.27%92.55%-
XYZ61.7374.786.03-
YUV216.78135.4697.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.19%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=27.19%
G=36.88%
B=35.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742362300.2600.030.07174.196280.39
HexAEECE61A037ae3e50
Octal2563543463203725676120
Binary10101110111011001110011011010011111101011101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEECE6; }

 p { color: rgb(174,236,230); }

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

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

 a { background-color: rgb(174,236,230); }

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

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

 span { border-color: rgb(174,236,230); }

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