#ACFAF9

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

Shades of Pale Turquoise #ACFAF9

Tints of Pale Turquoise #ACFAF9

Color information

#ACFAF9 (or 0xACFAF9) is unknown color: approx Pale Turquoise. HEX triplet: AC, FA and F9. RGB value is (172,250,249). Sum of RGB (Red+Green+Blue) = 172+250+249=671 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.63% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAF9 is #530506. Grayscale: #E2E2E2. Windows color (decimal): -5440775 or 16382636. OLE color: 16382636.

HSL color Cylindrical-coordinate representation of color #ACFAF9: hue angle of 179.23º degrees, saturation: 0.89, 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 #ACFAF9 is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB172250249-
CMYK0.3100.000.02
HSL179.23º88.64%82.75%-
HSV(B)179.23º31.2%98.04%-
XYZ68.383.98102.23-
YUV226.56140.6689.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.63%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=25.63%
G=37.26%
B=37.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502490.3100.000.02179.2388.6482.75
HexACFAF91F002b35953
Octal25437237137002263131123
Binary1010110011111010111110011111100101011001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAF9; }

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

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

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

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

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

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

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

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