#ACFEF2

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

Shades of Pale Turquoise #ACFEF2

Tints of Pale Turquoise #ACFEF2

Color information

#ACFEF2 (or 0xACFEF2) is unknown color: approx Pale Turquoise. HEX triplet: AC, FE and F2. RGB value is (172,254,242). Sum of RGB (Red+Green+Blue) = 172+254+242=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEF2 is #53010D. Grayscale: #E4E4E4. Windows color (decimal): -5439758 or 15924908. OLE color: 15924908.

HSL color Cylindrical-coordinate representation of color #ACFEF2: hue angle of 171.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEF2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB172254242-
CMYK0.3200.050.00
HSL171.22º97.62%83.53%-
HSV(B)171.22º32.28%99.61%-
XYZ68.4886.0797.01-
YUV228.11135.8387.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 25.75%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=25.75%
G=38.02%
B=36.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542420.3200.050.00171.2297.6283.53
HexACFEF220050ab6254
Octal25437636240050253142124
Binary101011001111111011110010100000010101010101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEF2; }

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

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

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

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

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

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

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

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