#ACFBF5

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

Shades of Pale Turquoise #ACFBF5

Tints of Pale Turquoise #ACFBF5

Color information

#ACFBF5 (or 0xACFBF5) is unknown color: approx Pale Turquoise. HEX triplet: AC, FB and F5. RGB value is (172,251,245). Sum of RGB (Red+Green+Blue) = 172+251+245=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBF5 is #53040A. Grayscale: #E2E2E2. Windows color (decimal): -5440523 or 16120748. OLE color: 16120748.

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

Color convert

RGB172251245-
CMYK0.3100.020.02
HSL175.44º90.8%82.94%-
HSV(B)175.44º31.47%98.43%-
XYZ67.9984.3699.09-
YUV226.7138.3388.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.75%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 245 (96.09% from 255) = 36.68%
R=25.75%
G=37.57%
B=36.68%

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
Decimal1722512450.3100.020.02175.4490.882.94
HexACFBF51F022af5b53
Octal25437336537022257133123
Binary10101100111110111111010111111010101010111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBF5; }

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

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

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

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

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

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

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

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