#ACF0EF

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

Shades of Pale Turquoise #ACF0EF

Tints of Pale Turquoise #ACF0EF

Color information

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

HSL color Cylindrical-coordinate representation of color #ACF0EF: hue angle of 179.12º 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 #ACF0EF is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB172240239-
CMYK0.2800.000.06
HSL179.12º69.39%80.78%-
HSV(B)179.12º28.33%94.12%-
XYZ63.7577.3293.23-
YUV219.55138.9794.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402390.2800.000.06179.1269.3980.78
HexACF0EF1C006b34551
Octal25436035734006263105121
Binary10101100111100001110111111100001101011001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0EF; }

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

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

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

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

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

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

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

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