#ACFAF5

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

Shades of Pale Turquoise #ACFAF5

Tints of Pale Turquoise #ACFAF5

Color information

#ACFAF5 (or 0xACFAF5) is unknown color: approx Pale Turquoise. HEX triplet: AC, FA and F5. RGB value is (172,250,245). Sum of RGB (Red+Green+Blue) = 172+250+245=667 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.79% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAF5 is #53050A. Grayscale: #E2E2E2. Windows color (decimal): -5440779 or 16120492. OLE color: 16120492.

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

Color convert

RGB172250245-
CMYK0.3100.020.02
HSL176.15º88.64%82.75%-
HSV(B)176.15º31.2%98.04%-
XYZ67.6883.7398.98-
YUV226.11138.6689.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.79%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=25.79%
G=37.48%
B=36.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502450.3100.020.02176.1588.6482.75
HexACFAF51F022b05953
Octal25437236537022260131123
Binary10101100111110101111010111111010101011000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAF5; }

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

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

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

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

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

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

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

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