#ACFBF2

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

Shades of Pale Turquoise #ACFBF2

Tints of Pale Turquoise #ACFBF2

Color information

#ACFBF2 (or 0xACFBF2) is unknown color: approx Pale Turquoise. HEX triplet: AC, FB and F2. RGB value is (172,251,242). Sum of RGB (Red+Green+Blue) = 172+251+242=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBF2 is #53040D. Grayscale: #E2E2E2. Windows color (decimal): -5440526 or 15924140. OLE color: 15924140.

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

Color convert

RGB172251242-
CMYK0.3100.040.02
HSL173.16º90.8%82.94%-
HSV(B)173.16º31.47%98.43%-
XYZ67.5484.1896.69-
YUV226.35136.8389.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.86%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 242 (94.92% from 255) = 36.39%
R=25.86%
G=37.74%
B=36.39%

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
Decimal1722512420.3100.040.02173.1690.882.94
HexACFBF21F042ad5b53
Octal25437336237042255133123
Binary101011001111101111110010111110100101010110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBF2; }

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

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

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

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

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

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

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

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