#ACEBEC

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

Shades of Pale Turquoise #ACEBEC

Tints of Pale Turquoise #ACEBEC

Color information

#ACEBEC (or 0xACEBEC) is unknown color: approx Pale Turquoise. HEX triplet: AC, EB and EC. RGB value is (172,235,236). Sum of RGB (Red+Green+Blue) = 172+235+236=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBEC is #531413. Grayscale: #D8D8D8. Windows color (decimal): -5444628 or 15526828. OLE color: 15526828.

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

Color convert

RGB172235236-
CMYK0.270.0000.07
HSL180.94º62.75%80%-
HSV(B)180.94º27.12%92.55%-
XYZ61.8674.2490.43-
YUV216.28139.1396.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.75%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=26.75%
G=36.55%
B=36.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722352360.270.0000.07180.9462.7580
HexACEBEC1B007b53f50
Octal2543533543300726577120
Binary1010110011101011111011001101100111101101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBEC; }

 p { color: rgb(172,235,236); }

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

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

 a { background-color: rgb(172,235,236); }

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

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

 span { border-color: rgb(172,235,236); }

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