#ACFBEC

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

Shades of Pale Turquoise #ACFBEC

Tints of Pale Turquoise #ACFBEC

Color information

#ACFBEC (or 0xACFBEC) is unknown color: approx Pale Turquoise. HEX triplet: AC, FB and EC. RGB value is (172,251,236). Sum of RGB (Red+Green+Blue) = 172+251+236=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBEC is #530413. Grayscale: #E1E1E1. Windows color (decimal): -5440532 or 15530924. OLE color: 15530924.

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

Color convert

RGB172251236-
CMYK0.3100.060.02
HSL168.61º90.8%82.94%-
HSV(B)168.61º31.47%98.43%-
XYZ66.6583.8292.02-
YUV225.67133.8389.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.10%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=26.10%
G=38.09%
B=35.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722512360.3100.060.02168.6190.882.94
HexACFBEC1F062a95b53
Octal25437335437062251133123
Binary101011001111101111101100111110110101010100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBEC; }

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

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

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

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

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

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

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

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