#ACEFF0

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

Shades of Pale Turquoise #ACEFF0

Tints of Pale Turquoise #ACEFF0

Color information

#ACEFF0 (or 0xACEFF0) is unknown color: approx Pale Turquoise. HEX triplet: AC, EF and F0. RGB value is (172,239,240). Sum of RGB (Red+Green+Blue) = 172+239+240=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACEFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFF0 is #53100F. Grayscale: #DBDBDB. Windows color (decimal): -5443600 or 15789996. OLE color: 15789996.

HSL color Cylindrical-coordinate representation of color #ACEFF0: hue angle of 180.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFF0 is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172239240-
CMYK0.280.0000.06
HSL180.88º69.39%80.78%-
HSV(B)180.88º28.33%94.12%-
XYZ63.6176.7993.91-
YUV219.08139.894.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.42%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=26.42%
G=36.71%
B=36.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722392400.280.0000.06180.8869.3980.78
HexACEFF01C006b54551
Octal25435736034006265105121
Binary10101100111011111111000011100001101011010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFF0; }

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

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

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

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

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

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

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

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