#ACFBF1

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

Shades of Pale Turquoise #ACFBF1

Tints of Pale Turquoise #ACFBF1

Color information

#ACFBF1 (or 0xACFBF1) is unknown color: approx Pale Turquoise. HEX triplet: AC, FB and F1. RGB value is (172,251,241). Sum of RGB (Red+Green+Blue) = 172+251+241=664 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.90% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBF1 is #53040E. Grayscale: #E2E2E2. Windows color (decimal): -5440527 or 15858604. OLE color: 15858604.

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

Color convert

RGB172251241-
CMYK0.3100.040.02
HSL172.41º90.8%82.94%-
HSV(B)172.41º31.47%98.43%-
XYZ67.3984.1295.9-
YUV226.24136.3389.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.90%
GREEN value IS 251 (98.44% from 255) = 37.80%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=25.90%
G=37.80%
B=36.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722512410.3100.040.02172.4190.882.94
HexACFBF11F042ac5b53
Octal25437336137042254133123
Binary101011001111101111110001111110100101010110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBF1; }

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

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

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

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

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

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

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

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