#ACEFF6

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

Shades of Pale Turquoise #ACEFF6

Tints of Pale Turquoise #ACEFF6

Color information

#ACEFF6 (or 0xACEFF6) is unknown color: approx Pale Turquoise. HEX triplet: AC, EF and F6. RGB value is (172,239,246). Sum of RGB (Red+Green+Blue) = 172+239+246=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACEFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFF6 is #531009. Grayscale: #DBDBDB. Windows color (decimal): -5443594 or 16183212. OLE color: 16183212.

HSL color Cylindrical-coordinate representation of color #ACEFF6: hue angle of 185.68º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACEFF6 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172239246-
CMYK0.300.0300.04
HSL185.68º80.43%81.96%-
HSV(B)185.68º30.08%96.47%-
XYZ64.5177.1698.68-
YUV219.76142.893.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=26.18%
G=36.38%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722392460.300.0300.04185.6880.4381.96
HexACEFF61E304ba5052
Octal25435736636304272120122
Binary101011001110111111110110111101101001011101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFF6; }

 p { color: rgb(172,239,246); }

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

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

 a { background-color: rgb(172,239,246); }

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

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

 span { border-color: rgb(172,239,246); }

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