#ACEFF3

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

Shades of Pale Turquoise #ACEFF3

Tints of Pale Turquoise #ACEFF3

Color information

#ACEFF3 (or 0xACEFF3) is unknown color: approx Pale Turquoise. HEX triplet: AC, EF and F3. RGB value is (172,239,243). Sum of RGB (Red+Green+Blue) = 172+239+243=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACEFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFF3 is #53100C. Grayscale: #DBDBDB. Windows color (decimal): -5443597 or 15986604. OLE color: 15986604.

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

Color convert

RGB172239243-
CMYK0.290.0200.05
HSL183.38º74.74%81.37%-
HSV(B)183.38º29.22%95.29%-
XYZ64.0676.9796.28-
YUV219.42141.394.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=26.30%
G=36.54%
B=37.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722392430.290.0200.05183.3874.7481.37
HexACEFF31D205b74b51
Octal25435736335205267113121
Binary101011001110111111110011111011001011011011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFF3; }

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

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

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

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

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

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

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

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