#ACEBE4

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

Shades of Pale Turquoise #ACEBE4

Tints of Pale Turquoise #ACEBE4

Color information

#ACEBE4 (or 0xACEBE4) is unknown color: approx Pale Turquoise. HEX triplet: AC, EB and E4. RGB value is (172,235,228). Sum of RGB (Red+Green+Blue) = 172+235+228=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBE4 is #53141B. Grayscale: #D7D7D7. Windows color (decimal): -5444636 or 15002540. OLE color: 15002540.

HSL color Cylindrical-coordinate representation of color #ACEBE4: hue angle of 173.33º 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 #ACEBE4 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB172235228-
CMYK0.2700.030.08
HSL173.33º61.17%79.8%-
HSV(B)173.33º26.81%92.16%-
XYZ60.7373.7984.44-
YUV215.36135.1397.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 228 (89.45% from 255) = 35.91%
R=27.09%
G=37.01%
B=35.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352280.2700.030.08173.3361.1779.8
HexACEBE41B038ad3d50
Octal25435334433031025575120
Binary101011001110101111100100110110111000101011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBE4; }

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

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

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

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

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

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

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

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