#ACEFEC

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

Shades of Pale Turquoise #ACEFEC

Tints of Pale Turquoise #ACEFEC

Color information

#ACEFEC (or 0xACEFEC) is unknown color: approx Pale Turquoise. HEX triplet: AC, EF and EC. RGB value is (172,239,236). Sum of RGB (Red+Green+Blue) = 172+239+236=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFEC is #531013. Grayscale: #DADADA. Windows color (decimal): -5443604 or 15527852. OLE color: 15527852.

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

Color convert

RGB172239236-
CMYK0.2800.010.06
HSL177.31º67.68%80.59%-
HSV(B)177.31º28.03%93.73%-
XYZ63.0276.5690.81-
YUV218.62137.894.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.58%
GREEN value IS 239 (93.75% from 255) = 36.94%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=26.58%
G=36.94%
B=36.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722392360.2800.010.06177.3167.6880.59
HexACEFEC1C016b14451
Octal25435735434016261104121
Binary10101100111011111110110011100011101011000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFEC; }

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

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

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

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

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

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

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

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