#ACFFF7

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

Shades of Pale Turquoise #ACFFF7

Tints of Pale Turquoise #ACFFF7

Color information

#ACFFF7 (or 0xACFFF7) is unknown color: approx Pale Turquoise. HEX triplet: AC, FF and F7. RGB value is (172,255,247). Sum of RGB (Red+Green+Blue) = 172+255+247=674 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.52% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFF7 is #530008. Grayscale: #E5E5E5. Windows color (decimal): -5439497 or 16252844. OLE color: 16252844.

HSL color Cylindrical-coordinate representation of color #ACFFF7: hue angle of 174.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFF7 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB172255247-
CMYK0.3300.030
HSL174.22º100%83.73%-
HSV(B)174.22º32.55%100%-
XYZ69.5687.01101.12-
YUV229.2713887.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.52%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 247 (96.88% from 255) = 36.65%
R=25.52%
G=37.83%
B=36.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552470.3300.030174.2210083.73
HexACFFF721030ae6454
Octal25437736741030256144124
Binary10101100111111111111011110000101101010111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFF7; }

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

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

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

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

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

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

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

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