#ACE8EB

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

Shades of Pale Turquoise #ACE8EB

Tints of Pale Turquoise #ACE8EB

Color information

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

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

Color convert

RGB172232235-
CMYK0.270.0100.08
HSL182.86º61.17%79.8%-
HSV(B)182.86º26.81%92.16%-
XYZ60.8772.4889.38-
YUV214.4139.6297.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722322350.270.0100.08182.8661.1779.8
HexACE8EB1B108b73d50
Octal25435035333101026775120
Binary10101100111010001110101111011101000101101111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE8EB; }

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

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

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

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

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

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

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

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