#ACF1EC

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

Shades of Pale Turquoise #ACF1EC

Tints of Pale Turquoise #ACF1EC

Color information

#ACF1EC (or 0xACF1EC) is unknown color: approx Pale Turquoise. HEX triplet: AC, F1 and EC. RGB value is (172,241,236). Sum of RGB (Red+Green+Blue) = 172+241+236=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1EC is #530E13. Grayscale: #DBDBDB. Windows color (decimal): -5443092 or 15528364. OLE color: 15528364.

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

Color convert

RGB172241236-
CMYK0.2900.020.05
HSL175.65º71.13%80.98%-
HSV(B)175.65º28.63%94.51%-
XYZ63.6177.7491.01-
YUV219.8137.1493.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.50%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=26.50%
G=37.13%
B=36.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412360.2900.020.05175.6571.1380.98
HexACF1EC1D025b04751
Octal25436135435025260107121
Binary101011001111000111101100111010101011011000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1EC; }

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

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

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

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

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

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

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

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