#ACF7EE

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

Shades of Pale Turquoise #ACF7EE

Tints of Pale Turquoise #ACF7EE

Color information

#ACF7EE (or 0xACF7EE) is unknown color: approx Pale Turquoise. HEX triplet: AC, F7 and EE. RGB value is (172,247,238). Sum of RGB (Red+Green+Blue) = 172+247+238=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7EE is #530811. Grayscale: #DFDFDF. Windows color (decimal): -5441554 or 15660972. OLE color: 15660972.

HSL color Cylindrical-coordinate representation of color #ACF7EE: hue angle of 172.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7EE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB172247238-
CMYK0.3000.040.03
HSL172.8º82.42%82.16%-
HSV(B)172.8º30.36%96.86%-
XYZ65.7181.4793.15-
YUV223.55136.1591.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 247 (96.88% from 255) = 37.60%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=26.18%
G=37.60%
B=36.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722472380.3000.040.03172.882.4282.16
HexACF7EE1E043ad5252
Octal25436735636043255122122
Binary101011001111011111101110111100100111010110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7EE; }

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

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

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

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

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

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

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

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