#ACEFE8

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

Shades of Pale Turquoise #ACEFE8

Tints of Pale Turquoise #ACEFE8

Color information

#ACEFE8 (or 0xACEFE8) is unknown color: approx Pale Turquoise. HEX triplet: AC, EF and E8. RGB value is (172,239,232). Sum of RGB (Red+Green+Blue) = 172+239+232=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFE8 is #531017. Grayscale: #DADADA. Windows color (decimal): -5443608 or 15265708. OLE color: 15265708.

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

Color convert

RGB172239232-
CMYK0.2800.030.06
HSL173.73º67.68%80.59%-
HSV(B)173.73º28.03%93.73%-
XYZ62.4576.3387.79-
YUV218.17135.895.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.75%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 232 (91.02% from 255) = 36.08%
R=26.75%
G=37.17%
B=36.08%

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
Decimal1722392320.2800.030.06173.7367.6880.59
HexACEFE81C036ae4451
Octal25435735034036256104121
Binary101011001110111111101000111000111101010111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFE8; }

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

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

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

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

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

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

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

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