#ACF1E7

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

Shades of Pale Turquoise #ACF1E7

Tints of Pale Turquoise #ACF1E7

Color information

#ACF1E7 (or 0xACF1E7) is unknown color: approx Pale Turquoise. HEX triplet: AC, F1 and E7. RGB value is (172,241,231). Sum of RGB (Red+Green+Blue) = 172+241+231=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1E7 is #530E18. Grayscale: #DBDBDB. Windows color (decimal): -5443097 or 15200684. OLE color: 15200684.

HSL color Cylindrical-coordinate representation of color #ACF1E7: hue angle of 171.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1E7 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB172241231-
CMYK0.2900.040.05
HSL171.3º71.13%80.98%-
HSV(B)171.3º28.63%94.51%-
XYZ62.8977.4587.24-
YUV219.23134.6494.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 231 (90.62% from 255) = 35.87%
R=26.71%
G=37.42%
B=35.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412310.2900.040.05171.371.1380.98
HexACF1E71D045ab4751
Octal25436134735045253107121
Binary1010110011110001111001111110101001011010101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1E7; }

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

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

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

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

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

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

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

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