#ACEBE8

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

Shades of Pale Turquoise #ACEBE8

Tints of Pale Turquoise #ACEBE8

Color information

#ACEBE8 (or 0xACEBE8) is unknown color: approx Pale Turquoise. HEX triplet: AC, EB and E8. RGB value is (172,235,232). Sum of RGB (Red+Green+Blue) = 172+235+232=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBE8 is #531417. Grayscale: #D7D7D7. Windows color (decimal): -5444632 or 15264684. OLE color: 15264684.

HSL color Cylindrical-coordinate representation of color #ACEBE8: hue angle of 177.14º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBE8 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB172235232-
CMYK0.2700.010.08
HSL177.14º61.17%79.8%-
HSV(B)177.14º26.81%92.16%-
XYZ61.2974.0187.4-
YUV215.82137.1396.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 232 (91.02% from 255) = 36.31%
R=26.92%
G=36.78%
B=36.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352320.2700.010.08177.1461.1779.8
HexACEBE81B018b13d50
Octal25435335033011026175120
Binary10101100111010111110100011011011000101100011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBE8; }

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

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

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

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

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

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

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

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