#ACEBE6

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

Shades of Pale Turquoise #ACEBE6

Tints of Pale Turquoise #ACEBE6

Color information

#ACEBE6 (or 0xACEBE6) is unknown color: approx Pale Turquoise. HEX triplet: AC, EB and E6. RGB value is (172,235,230). Sum of RGB (Red+Green+Blue) = 172+235+230=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBE6 is #531419. Grayscale: #D7D7D7. Windows color (decimal): -5444634 or 15133612. OLE color: 15133612.

HSL color Cylindrical-coordinate representation of color #ACEBE6: hue angle of 175.24º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBE6 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB172235230-
CMYK0.2700.020.08
HSL175.24º61.17%79.8%-
HSV(B)175.24º26.81%92.16%-
XYZ6173.985.91-
YUV215.59136.1396.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=27.00%
G=36.89%
B=36.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352300.2700.020.08175.2461.1779.8
HexACEBE61B028af3d50
Octal25435334633021025775120
Binary101011001110101111100110110110101000101011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBE6; }

 p { color: rgb(172,235,230); }

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

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

 a { background-color: rgb(172,235,230); }

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

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

 span { border-color: rgb(172,235,230); }

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