#ACE7E1

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

Shades of Pale Turquoise #ACE7E1

Tints of Pale Turquoise #ACE7E1

Color information

#ACE7E1 (or 0xACE7E1) is unknown color: approx Pale Turquoise. HEX triplet: AC, E7 and E1. RGB value is (172,231,225). Sum of RGB (Red+Green+Blue) = 172+231+225=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7E1 is #53181E. Grayscale: #D4D4D4. Windows color (decimal): -5445663 or 14804908. OLE color: 14804908.

HSL color Cylindrical-coordinate representation of color #ACE7E1: hue angle of 173.9º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7E1 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB172231225-
CMYK0.2600.030.09
HSL173.9º55.14%79.02%-
HSV(B)173.9º25.54%90.59%-
XYZ59.1871.3681.89-
YUV212.68134.9598.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 231 (90.62% from 255) = 36.78%
BLUE value IS 225 (88.28% from 255) = 35.83%
R=27.39%
G=36.78%
B=35.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722312250.2600.030.09173.955.1479.02
HexACE7E11A039ae374f
Octal25434734132031125667117
Binary101011001110011111100001110100111001101011101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE7E1; }

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

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

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

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

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

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

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

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