#ACFBF6

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

Shades of Pale Turquoise #ACFBF6

Tints of Pale Turquoise #ACFBF6

Color information

#ACFBF6 (or 0xACFBF6) is unknown color: approx Pale Turquoise. HEX triplet: AC, FB and F6. RGB value is (172,251,246). Sum of RGB (Red+Green+Blue) = 172+251+246=669 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.71% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBF6 is #530409. Grayscale: #E2E2E2. Windows color (decimal): -5440522 or 16186284. OLE color: 16186284.

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

Color convert

RGB172251246-
CMYK0.3100.020.02
HSL176.2º90.8%82.94%-
HSV(B)176.2º31.47%98.43%-
XYZ68.1484.4299.89-
YUV226.81138.8388.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.71%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=25.71%
G=37.52%
B=36.77%

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
Decimal1722512460.3100.020.02176.290.882.94
HexACFBF61F022b05b53
Octal25437336637022260133123
Binary10101100111110111111011011111010101011000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBF6; }

 p { color: rgb(172,251,246); }

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

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

 a { background-color: rgb(172,251,246); }

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

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

 span { border-color: rgb(172,251,246); }

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