#ACEAE9

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

Shades of Pale Turquoise #ACEAE9

Tints of Pale Turquoise #ACEAE9

Color information

#ACEAE9 (or 0xACEAE9) is unknown color: approx Pale Turquoise. HEX triplet: AC, EA and E9. RGB value is (172,234,233). Sum of RGB (Red+Green+Blue) = 172+234+233=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAE9 is #531516. Grayscale: #D7D7D7. Windows color (decimal): -5444887 or 15329964. OLE color: 15329964.

HSL color Cylindrical-coordinate representation of color #ACEAE9: hue angle of 179.03º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAE9 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB172234233-
CMYK0.2600.000.08
HSL179.03º59.62%79.61%-
HSV(B)179.03º26.5%91.76%-
XYZ61.1473.588.05-
YUV215.35137.9697.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=26.92%
G=36.62%
B=36.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722342330.2600.000.08179.0359.6279.61
HexACEAE91A008b33c50
Octal25435235132001026374120
Binary10101100111010101110100111010001000101100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAE9; }

 p { color: rgb(172,234,233); }

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

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

 a { background-color: rgb(172,234,233); }

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

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

 span { border-color: rgb(172,234,233); }

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