#ACFDF7

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

Shades of Pale Turquoise #ACFDF7

Tints of Pale Turquoise #ACFDF7

Color information

#ACFDF7 (or 0xACFDF7) is unknown color: approx Pale Turquoise. HEX triplet: AC, FD and F7. RGB value is (172,253,247). Sum of RGB (Red+Green+Blue) = 172+253+247=672 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.60% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDF7 is #530208. Grayscale: #E4E4E4. Windows color (decimal): -5440009 or 16252332. OLE color: 16252332.

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

Color convert

RGB172253247-
CMYK0.3200.020.01
HSL175.56º95.29%83.33%-
HSV(B)175.56º32.02%99.22%-
XYZ68.9385.74100.91-
YUV228.1138.6687.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.60%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=25.60%
G=37.65%
B=36.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532470.3200.020.01175.5695.2983.33
HexACFDF720021b05f53
Octal25437536740021260137123
Binary10101100111111011111011110000001011011000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDF7; }

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

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

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

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

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

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

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

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