#ACEBE7

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

Shades of Pale Turquoise #ACEBE7

Tints of Pale Turquoise #ACEBE7

Color information

#ACEBE7 (or 0xACEBE7) is unknown color: approx Pale Turquoise. HEX triplet: AC, EB and E7. RGB value is (172,235,231). Sum of RGB (Red+Green+Blue) = 172+235+231=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBE7 is #531418. Grayscale: #D7D7D7. Windows color (decimal): -5444633 or 15199148. OLE color: 15199148.

HSL color Cylindrical-coordinate representation of color #ACEBE7: hue angle of 176.19º 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 #ACEBE7 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB172235231-
CMYK0.2700.020.08
HSL176.19º61.17%79.8%-
HSV(B)176.19º26.81%92.16%-
XYZ61.1573.9686.65-
YUV215.71136.6396.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 231 (90.62% from 255) = 36.21%
R=26.96%
G=36.83%
B=36.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352310.2700.020.08176.1961.1779.8
HexACEBE71B028b03d50
Octal25435334733021026075120
Binary101011001110101111100111110110101000101100001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBE7; }

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

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

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

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

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

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

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

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