#ACEEE9

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

Shades of Pale Turquoise #ACEEE9

Tints of Pale Turquoise #ACEEE9

Color information

#ACEEE9 (or 0xACEEE9) is unknown color: approx Pale Turquoise. HEX triplet: AC, EE and E9. RGB value is (172,238,233). Sum of RGB (Red+Green+Blue) = 172+238+233=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEE9 is #531116. Grayscale: #D9D9D9. Windows color (decimal): -5443863 or 15330988. OLE color: 15330988.

HSL color Cylindrical-coordinate representation of color #ACEEE9: hue angle of 175.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEE9 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB172238233-
CMYK0.2800.020.07
HSL175.45º66%80.39%-
HSV(B)175.45º27.73%93.33%-
XYZ62.375.888.44-
YUV217.7136.6395.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.75%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=26.75%
G=37.01%
B=36.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722382330.2800.020.07175.456680.39
HexACEEE91C027af4250
Octal25435635134027257102120
Binary101011001110111011101001111000101111010111110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEE9; }

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

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

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

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

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

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

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

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