#ACECE5

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

Shades of Pale Turquoise #ACECE5

Tints of Pale Turquoise #ACECE5

Color information

#ACECE5 (or 0xACECE5) is unknown color: approx Pale Turquoise. HEX triplet: AC, EC and E5. RGB value is (172,236,229). Sum of RGB (Red+Green+Blue) = 172+236+229=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECE5 is #53131A. Grayscale: #D8D8D8. Windows color (decimal): -5444379 or 15068332. OLE color: 15068332.

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

Color convert

RGB172236229-
CMYK0.2700.030.07
HSL173.44º62.75%80%-
HSV(B)173.44º27.12%92.55%-
XYZ61.1574.4285.27-
YUV216.07135.396.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=27.00%
G=37.05%
B=35.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722362290.2700.030.07173.4462.7580
HexACECE51B037ad3f50
Octal2543543453303725577120
Binary10101100111011001110010111011011111101011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACECE5; }

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

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

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

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

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

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

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

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