#ACEFE9

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

Shades of Pale Turquoise #ACEFE9

Tints of Pale Turquoise #ACEFE9

Color information

#ACEFE9 (or 0xACEFE9) is unknown color: approx Pale Turquoise. HEX triplet: AC, EF and E9. RGB value is (172,239,233). Sum of RGB (Red+Green+Blue) = 172+239+233=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFE9 is #531016. Grayscale: #DADADA. Windows color (decimal): -5443607 or 15331244. OLE color: 15331244.

HSL color Cylindrical-coordinate representation of color #ACEFE9: hue angle of 174.63º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFE9 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB172239233-
CMYK0.2800.030.06
HSL174.63º67.68%80.59%-
HSV(B)174.63º28.03%93.73%-
XYZ62.5976.3988.54-
YUV218.28136.394.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=26.71%
G=37.11%
B=36.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722392330.2800.030.06174.6367.6880.59
HexACEFE91C036af4451
Octal25435735134036257104121
Binary101011001110111111101001111000111101010111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFE9; }

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

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

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

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

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

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

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

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