#ACEBE5

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

Shades of Pale Turquoise #ACEBE5

Tints of Pale Turquoise #ACEBE5

Color information

#ACEBE5 (or 0xACEBE5) is unknown color: approx Pale Turquoise. HEX triplet: AC, EB and E5. RGB value is (172,235,229). Sum of RGB (Red+Green+Blue) = 172+235+229=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBE5 is #53141A. Grayscale: #D7D7D7. Windows color (decimal): -5444635 or 15068076. OLE color: 15068076.

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

Color convert

RGB172235229-
CMYK0.2700.030.08
HSL174.29º61.17%79.8%-
HSV(B)174.29º26.81%92.16%-
XYZ60.8673.8485.17-
YUV215.48135.6396.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 229 (89.84% from 255) = 36.01%
R=27.04%
G=36.95%
B=36.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352290.2700.030.08174.2961.1779.8
HexACEBE51B038ae3d50
Octal25435334533031025675120
Binary101011001110101111100101110110111000101011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBE5; }

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

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

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

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

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

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

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

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