#ACF9EC

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

Shades of Pale Turquoise #ACF9EC

Tints of Pale Turquoise #ACF9EC

Color information

#ACF9EC (or 0xACF9EC) is unknown color: approx Pale Turquoise. HEX triplet: AC, F9 and EC. RGB value is (172,249,236). Sum of RGB (Red+Green+Blue) = 172+249+236=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9EC is #530613. Grayscale: #E0E0E0. Windows color (decimal): -5441044 or 15530412. OLE color: 15530412.

HSL color Cylindrical-coordinate representation of color #ACF9EC: hue angle of 169.87º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9EC is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB172249236-
CMYK0.3100.050.02
HSL169.87º86.52%82.55%-
HSV(B)169.87º30.92%97.65%-
XYZ66.0382.5891.82-
YUV224.49134.4990.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 249 (97.66% from 255) = 37.90%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=26.18%
G=37.90%
B=35.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722492360.3100.050.02169.8786.5282.55
HexACF9EC1F052aa5753
Octal25437135437052252127123
Binary101011001111100111101100111110101101010101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9EC; }

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

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

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

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

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

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

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

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