#ACFDF3

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

Shades of Pale Turquoise #ACFDF3

Tints of Pale Turquoise #ACFDF3

Color information

#ACFDF3 (or 0xACFDF3) is unknown color: approx Pale Turquoise. HEX triplet: AC, FD and F3. RGB value is (172,253,243). Sum of RGB (Red+Green+Blue) = 172+253+243=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDF3 is #53020C. Grayscale: #E3E3E3. Windows color (decimal): -5440013 or 15990188. OLE color: 15990188.

HSL color Cylindrical-coordinate representation of color #ACFDF3: hue angle of 172.59º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDF3 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB172253243-
CMYK0.3200.040.01
HSL172.59º95.29%83.33%-
HSV(B)172.59º32.02%99.22%-
XYZ68.3285.4997.7-
YUV227.64136.6688.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.75%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 243 (95.31% from 255) = 36.38%
R=25.75%
G=37.87%
B=36.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532430.3200.040.01172.5995.2983.33
HexACFDF320041ad5f53
Octal25437536340041255137123
Binary101011001111110111110011100000010011010110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDF3; }

 p { color: rgb(172,253,243); }

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

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

 a { background-color: rgb(172,253,243); }

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

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

 span { border-color: rgb(172,253,243); }

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