#ACEFF7

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

Shades of Pale Turquoise #ACEFF7

Tints of Pale Turquoise #ACEFF7

Color information

#ACEFF7 (or 0xACEFF7) is unknown color: approx Pale Turquoise. HEX triplet: AC, EF and F7. RGB value is (172,239,247). Sum of RGB (Red+Green+Blue) = 172+239+247=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACEFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFF7 is #531008. Grayscale: #DBDBDB. Windows color (decimal): -5443593 or 16248748. OLE color: 16248748.

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

Color convert

RGB172239247-
CMYK0.300.0300.03
HSL186.4º82.42%82.16%-
HSV(B)186.4º30.36%96.86%-
XYZ64.6777.2299.49-
YUV219.88143.393.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.14%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=26.14%
G=36.32%
B=37.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722392470.300.0300.03186.482.4282.16
HexACEFF71E303ba5252
Octal25435736736303272122122
Binary10101100111011111111011111110110111011101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFF7; }

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

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

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

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

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

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

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

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